Skip to content

Commit 7d2fdc8

Browse files
committed
MAGETWO-89168: Develop UI component
1 parent af84be2 commit 7d2fdc8

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</checkbox>
8484
</formElements>
8585
</field>
86-
<urlInput name="title" sortOrder="20">
86+
<field name="title" sortOrder="20" formElement="input">
8787
<argument name="data" xsi:type="array">
8888
<item name="config" xsi:type="array">
8989
<item name="source" xsi:type="string">page</item>
@@ -93,24 +93,11 @@
9393
<validation>
9494
<rule name="required-entry" xsi:type="boolean">true</rule>
9595
</validation>
96-
<isDisplayAdditionalSettings>true</isDisplayAdditionalSettings>
97-
<settingLabel translate="true">Label bla bla</settingLabel>
9896
<dataType>text</dataType>
9997
<label translate="true">Page Title</label>
10098
<dataScope>title</dataScope>
101-
<urlTypes class="Magento\Ui\Model\UrlInput\LinksProvider"/>
10299
</settings>
103-
<!--<formElements>-->
104-
<!--<select>-->
105-
<!--<settings>-->
106-
<!--<options>-->
107-
<!--<option name="url" xsi:type="string">Url</option>-->
108-
<!--</options>-->
109-
<!--<caption translate="true">&#45;&#45; Please Select &#45;&#45;</caption>-->
110-
<!--</settings>-->
111-
<!--</select>-->
112-
<!--</formElements>-->
113-
</urlInput>
100+
</field>
114101
</fieldset>
115102
<fieldset name="content" sortOrder="10">
116103
<settings>

0 commit comments

Comments
 (0)