define the full model for new configurations

This commit is contained in:
Niels Lyngsø
2020-06-12 12:21:50 +02:00
parent c809c5ae57
commit 80e12d9af3
@@ -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);