File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/PageBuilderAnalytics/etc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<source name =" catalog_product_entity_text" >
21
21
<link-source name =" eav_attribute" >
22
22
<attribute name =" attribute_id" />
23
- <filter glue =" and" >
23
+ <using glue =" and" >
24
24
<condition attribute =" attribute_code" operator =" eq" >description</condition >
25
- </filter >
25
+ </using >
26
26
</link-source >
27
27
<attribute name =" attribute_id" />
28
28
<attribute name =" value" />
32
32
<source name =" catalog_category_entity_text" >
33
33
<link-source name =" eav_attribute" >
34
34
<attribute name =" attribute_id" />
35
- <filter glue =" and" >
35
+ <using glue =" and" >
36
36
<condition attribute =" attribute_code" operator =" eq" >description</condition >
37
- </filter >
37
+ </using >
38
38
</link-source >
39
39
<attribute name =" attribute_id" />
40
40
<attribute name =" value" />
You can’t perform that action at this time.
0 commit comments