start on new property editors
This commit is contained in:
@@ -6,10 +6,25 @@
|
||||
editor: {
|
||||
view: "~/App_Plugins/property editors/mntp/mntp.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "71b8ad1a-8dc2-425c-b6b8-faa158075e63",
|
||||
name: "Related links",
|
||||
editor: {
|
||||
view: "~/App_Plugins/property editors/relatedlinks/relatedlinks.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "71b8ad1a-8dc2-425c-b6b8-faa158075e63",
|
||||
name: "Boolean",
|
||||
editor: {
|
||||
view: "~/Umbraco/views/propertyeditors/boolean/boolean.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
,
|
||||
javascript: [
|
||||
'~/App_Plugins/property editors/relatedlinks/relatedlinks.js',
|
||||
'~/App_Plugins/property editors/mntp/mntp.js'
|
||||
]
|
||||
}
|
||||
@@ -27,6 +27,11 @@
|
||||
//We need to load in the legacy tree js.
|
||||
legacyJsLoader.loadLegacyTreeJs($scope).then(
|
||||
function(result) {
|
||||
var iframe = document.getElementById("right");
|
||||
if(iframe){
|
||||
iframe.contentDocument.location.reload(true);
|
||||
}
|
||||
|
||||
$scope.submit(true);
|
||||
});
|
||||
}, function (reason) {
|
||||
|
||||
@@ -6,10 +6,25 @@
|
||||
editor: {
|
||||
view: "~/App_Plugins/property editors/mntp/mntp.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "71b8ad1a-8dc2-425c-b6b8-faa158075e63",
|
||||
name: "Related links",
|
||||
editor: {
|
||||
view: "~/App_Plugins/property editors/relatedlinks/relatedlinks.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "71b8ad1a-8dc2-425c-b6b8-faa158075e63",
|
||||
name: "Boolean",
|
||||
editor: {
|
||||
view: "~/Umbraco/views/propertyeditors/boolean/boolean.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
,
|
||||
javascript: [
|
||||
'~/App_Plugins/property editors/relatedlinks/relatedlinks.js',
|
||||
'~/App_Plugins/property editors/mntp/mntp.js'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user