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 77268c5 commit 4d260a2Copy full SHA for 4d260a2
view/adminhtml/ui_component/category_form.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0" ?>
2
+<!--
3
+/**
4
+ * Copyright © OpenGento, All rights reserved.
5
+ * See LICENSE bundled with this library for license details.
6
+ */
7
+-->
8
+<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
9
+ <fieldset name="general">
10
+ <field name="category_code" formElement="input" sortOrder="50">
11
+ <settings>
12
+ <dataType>text</dataType>
13
+ <label translate="true">Category Code</label>
14
+ </settings>
15
+ </field>
16
+ </fieldset>
17
+</form>
0 commit comments