Skip to content

Commit 4d260a2

Browse files
committed
Show category code on admin form
1 parent 77268c5 commit 4d260a2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)