File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
app/code/Magento/PageBuilder
Plugin/Catalog/Ui/DataProvider/Product/Form/Modifier
view/adminhtml/web/css/source Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,16 @@ public function __construct(ArrayManager $arrayManager)
41
41
* @param string $groupCode
42
42
* @param int $sortOrder
43
43
* @return array
44
+ *
45
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
44
46
*/
45
47
public function afterSetupAttributeMeta (
46
48
EavModifier $ subject ,
47
49
$ result ,
48
50
ProductAttributeInterface $ attribute ,
49
51
$ groupCode ,
50
52
$ sortOrder
51
- )
52
- {
53
+ ) {
53
54
$ meta = $ result ;
54
55
55
56
if ($ attribute ->getData ('is_pagebuilder_enabled ' )) {
@@ -72,9 +73,14 @@ public function afterSetupAttributeMeta(
72
73
* @param array $result
73
74
* @param ProductAttributeInterface $attribute
74
75
* @return array
76
+ *
77
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
75
78
*/
76
- public function afterSetupAttributeContainerMeta (EavModifier $ subject , $ result , ProductAttributeInterface $ attribute )
77
- {
79
+ public function afterSetupAttributeContainerMeta (
80
+ EavModifier $ subject ,
81
+ $ result ,
82
+ ProductAttributeInterface $ attribute
83
+ ) {
78
84
$ containerMeta = $ result ;
79
85
80
86
if ($ attribute ->getData ('is_pagebuilder_enabled ' )) {
Original file line number Diff line number Diff line change 65
65
}
66
66
}
67
67
68
- // Product
68
+ /* Product */
69
69
> fieldset .admin__field-page-builder {
70
70
.admin__field-label {
71
71
text-align : left ;
You can’t perform that action at this time.
0 commit comments