12
12
<attribute name =" page_layout" />
13
13
<attribute name =" title" />
14
14
<attribute name =" is_active" />
15
+ <link-source name =" cms_page_store" link-type =" inner" >
16
+ <using glue =" and" >
17
+ <condition attribute =" row_id" operator =" eq" type =" identifier" >row_id</condition >
18
+ <condition attribute =" store_id" operator =" in" >0,1</condition >
19
+ </using >
20
+ </link-source >
21
+ <filter glue =" and" >
22
+ <condition attribute =" created_in" operator =" eq" >1</condition >
23
+ </filter >
15
24
</source >
16
25
</report >
17
26
<report name =" pagebuilder_block" connection =" default" >
18
27
<source name =" cms_block" >
19
28
<attribute name =" content" />
20
29
<attribute name =" title" />
21
30
<attribute name =" is_active" />
31
+ <link-source name =" cms_block_store" link-type =" inner" >
32
+ <using glue =" and" >
33
+ <condition attribute =" row_id" operator =" eq" type =" identifier" >row_id</condition >
34
+ <condition attribute =" store_id" operator =" in" >0,1</condition >
35
+ </using >
36
+ </link-source >
37
+ <filter glue =" and" >
38
+ <condition attribute =" created_in" operator =" eq" >1</condition >
39
+ </filter >
22
40
</source >
23
41
</report >
24
42
<report name =" pagebuilder_category" connection =" default" >
25
43
<source name =" catalog_category_entity_text" >
44
+ <attribute name =" attribute_id" />
45
+ <attribute name =" value" />
26
46
<link-source name =" eav_attribute" link-type =" inner" >
27
47
<using glue =" and" >
28
48
<condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
29
49
<condition attribute =" attribute_code" operator =" eq" >description</condition >
30
50
</using >
31
51
</link-source >
32
- <attribute name =" attribute_id" />
33
- <attribute name =" value" />
52
+ <link-source name =" catalog_category_entity" link-type =" inner" >
53
+ <using glue =" and" >
54
+ <condition attribute =" row_id" operator =" eq" type =" identifier" >row_id</condition >
55
+ <condition attribute =" created_in" operator =" eq" >1</condition >
56
+ </using >
57
+ </link-source >
58
+ <filter glue =" and" >
59
+ <condition attribute =" store_id" operator =" in" >0,1</condition >
60
+ </filter >
34
61
</source >
35
62
</report >
36
63
<report name =" pagebuilder_product_attributes" connection =" default" >
37
64
<source name =" catalog_product_entity_text" >
65
+ <attribute name =" attribute_id" />
66
+ <attribute name =" value" />
38
67
<link-source name =" eav_attribute" link-type =" inner" >
39
68
<attribute name =" attribute_code" />
40
69
<using glue =" and" >
47
76
<condition attribute =" is_pagebuilder_enabled" operator =" eq" >1</condition >
48
77
</using >
49
78
</link-source >
50
- <attribute name =" attribute_id" />
51
- <attribute name =" value" />
79
+ <link-source name =" catalog_product_entity" link-type =" inner" >
80
+ <using glue =" and" >
81
+ <condition attribute =" row_id" operator =" eq" type =" identifier" >row_id</condition >
82
+ <condition attribute =" created_in" operator =" eq" >1</condition >
83
+ </using >
84
+ </link-source >
85
+ <filter glue =" and" >
86
+ <condition attribute =" store_id" operator =" in" >0,1</condition >
87
+ </filter >
52
88
</source >
53
89
</report >
54
90
</config >
0 commit comments