define the full model for new configurations
This commit is contained in:
+7
-2
@@ -146,9 +146,14 @@
|
||||
|
||||
var entry = {
|
||||
"contentTypeKey": key,
|
||||
"view": null,
|
||||
"settingsElementTypeKey": null,
|
||||
"labelTemplate": "",
|
||||
"settingsElementTypeKey": null
|
||||
"view": null,
|
||||
"stylesheet": null,
|
||||
"editorSize": "small",
|
||||
"iconColor": null,
|
||||
"backgroundColor": null,
|
||||
"thumbnail": null
|
||||
};
|
||||
|
||||
$scope.model.value.push(entry);
|
||||
|
||||
Reference in New Issue
Block a user