File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/PageBuilder/Block/Catalog/Block/Product/View Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use Magento \Framework \DataObject ;
11
11
12
+ /**
13
+ * Create a new instance of attributes which excludes Page Builder attributes
14
+ */
12
15
class Attributes extends \Magento \Catalog \Block \Product \View \Attributes
13
16
{
14
17
const DISPLAY_ATTRIBUTES_NON_PAGEBUILDER = 'non_pagebuilder ' ;
@@ -32,10 +35,8 @@ public function getProduct()
32
35
33
36
/**
34
37
* Determine if we should display the attribute on the front-end, add support for exclude page builder & page
35
- * builder only options on class.
36
- *
37
- * display_attributes can be set to determine whether to include just Page Builder attributes or to exclude
38
- * them.
38
+ * builder only options on class. display_attributes can be set to determine whether to include just Page Builder
39
+ * attributes or to exclude them.
39
40
*
40
41
* @param \Magento\Eav\Model\Entity\Attribute\AbstractAttribute $attribute
41
42
* @param array $excludeAttr
You can’t perform that action at this time.
0 commit comments