[Forms] Adjust Create form formats

Adjust formats used in Create forms to match those used
by the mct-form directive. Integration of forms bundle,
WTD-593.
This commit is contained in:
Victor Woeltjen
2014-12-03 12:52:51 -08:00
parent d0e29befa6
commit ccdd1bcd57
3 changed files with 37 additions and 15 deletions

View File

@@ -74,16 +74,16 @@
{
"properties": [
{
"control": "_textfield",
"label": "Title",
"control": "textfield",
"name": "Title",
"key": "name",
"property": "name",
"pattern": "\\S+",
"required": true
},
{
"control": "_checkbox",
"label": "Display title by default",
"control": "checkbox",
"name": "Display title by default",
"key": "displayTitle",
"property": [ "display", "title" ]
}