9
9
<report name =" pagebuilder_page" connection =" default" >
10
10
<source name =" cms_page" >
11
11
<attribute name =" content" />
12
+ <attribute name =" page_layout" />
13
+ <attribute name =" title" />
14
+ <attribute name =" is_active" />
12
15
</source >
13
16
</report >
14
17
<report name =" pagebuilder_block" connection =" default" >
15
18
<source name =" cms_block" >
16
19
<attribute name =" content" />
20
+ <attribute name =" title" />
21
+ <attribute name =" is_active" />
17
22
</source >
18
23
</report >
19
24
<report name =" pagebuilder_product" connection =" default" >
20
25
<source name =" catalog_product_entity_text" >
21
- <link-source name =" eav_attribute" >
22
- <attribute name =" attribute_id" />
26
+ <link-source name =" eav_attribute" link-type =" inner" >
23
27
<using glue =" and" >
28
+ <condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
24
29
<condition attribute =" attribute_code" operator =" eq" >description</condition >
25
30
</using >
26
31
</link-source >
30
35
</report >
31
36
<report name =" pagebuilder_category" connection =" default" >
32
37
<source name =" catalog_category_entity_text" >
33
- <link-source name =" eav_attribute" >
34
- <attribute name =" attribute_id" />
38
+ <link-source name =" eav_attribute" link-type =" inner" >
35
39
<using glue =" and" >
40
+ <condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
36
41
<condition attribute =" attribute_code" operator =" eq" >description</condition >
37
42
</using >
38
43
</link-source >
39
44
<attribute name =" attribute_id" />
40
45
<attribute name =" value" />
41
46
</source >
42
47
</report >
48
+ <report name =" pagebuilder_attributes" connection =" default" >
49
+ <source name =" catalog_product_entity_text" >
50
+ <link-source name =" eav_attribute" link-type =" inner" >
51
+ <using glue =" and" >
52
+ <condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
53
+ <condition attribute =" attribute_code" operator =" neq" >description</condition >
54
+ </using >
55
+ </link-source >
56
+ <link-source name =" catalog_eav_attribute" link-type =" inner" >
57
+ <using glue =" and" >
58
+ <condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
59
+ <condition attribute =" is_pagebuilder_enabled" operator =" eq" >1</condition >
60
+ </using >
61
+ </link-source >
62
+ <attribute name =" attribute_id" />
63
+ <attribute name =" value" />
64
+ </source >
65
+ </report >
43
66
</config >
0 commit comments