make nested content unsupported
This commit is contained in:
@@ -219,7 +219,8 @@
|
||||
var notSupportedProperties = [
|
||||
"Umbraco.Tags",
|
||||
"Umbraco.UploadField",
|
||||
"Umbraco.ImageCropper"
|
||||
"Umbraco.ImageCropper",
|
||||
"Umbraco.NestedContent"
|
||||
];
|
||||
function replaceUnsupportedProperties(scaffold) {
|
||||
scaffold.variants.forEach((variant) => {
|
||||
|
||||
Reference in New Issue
Block a user