Updated the data type controller to return the correct data for the editor, including more models and model mappings.

This commit is contained in:
Shannon
2013-08-19 17:39:50 +10:00
parent 78e836025b
commit e783b35a3a
17 changed files with 309 additions and 122 deletions

View File

@@ -25,23 +25,13 @@ angular.module('umbraco.mocks').
label: "Custom pre value 1 for editor " + selectedId,
description: "Enter a value for this pre-value",
key: "myPreVal",
view: "requiredfield",
validation: [
{
type: "Required"
}
]
view: "requiredfield"
},
{
label: "Custom pre value 2 for editor " + selectedId,
description: "Enter a value for this pre-value",
key: "myPreVal",
view: "requiredfield",
validation: [
{
type: "Required"
}
]
view: "requiredfield"
}
]