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 f121ac8 commit 4170f72Copy full SHA for 4170f72
app/code/Magento/Swatches/view/adminhtml/ui_component/product_attribute_add_form.xml
@@ -292,6 +292,10 @@
292
<settings>
293
<dataType>text</dataType>
294
<label translate="true">Admin</label>
295
+ <required>true</required>
296
+ <validation>
297
+ <rule name="required-entry" xsi:type="boolean">true</rule>
298
+ </validation>
299
</settings>
300
</field>
301
<field name="position" component="Magento_Catalog/js/form/element/input" formElement="input">
0 commit comments