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.
2 parents 2587d20 + 10fcc76 commit d8e7cacCopy full SHA for d8e7cac
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Main.php
@@ -70,6 +70,8 @@ protected function _prepareForm()
70
}
71
$this->_coreRegistry->register('attribute_type_hidden_fields', $_hiddenFields);
72
73
+ $this->_eventManager->dispatch('product_attribute_form_build_main_tab', ['form' => $form]);
74
+
75
$frontendInputValues = array_merge($frontendInputElm->getValues(), $additionalTypes);
76
$frontendInputElm->setValues($frontendInputValues);
77
0 commit comments