We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179d2a3 commit a72a4dbCopy full SHA for a72a4db
dev/tests/static/testsuite/Magento/Test/Integrity/Xml/ExtendsBaseFormTest.php
@@ -51,7 +51,8 @@ private function getXmlFiles(): array
51
$overrideFiles = [
52
'pagebuilder_base_form.xml' => '',
53
'pagebuilder_map_location_form.xml' => '',
54
- 'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes'
+ 'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes',
55
+ 'pagebuilder_column_form.xml' => 'pagebuilder_base_form_with_background_attributes'
56
];
57
$componentRegistrar = new ComponentRegistrar();
58
$modulePath = $componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_PageBuilder');
0 commit comments