You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed this on an Umbraco v12 project via Nuget and the App_Plugins folder did not come with it. It creates a spot for the Dashboard with square brackets and errors out if you go to it cause, obviously, all the dashboard stuff is missing.
After grabbing the folders from this repo, the Dashboard doesn't actually work.
The Node Defender settings on the left is empty. On the right under 'visualised settings' it only shows the hard coded titles and descriptions but none of the variable information.
I do have settings created and working. Other than the dashboard (& some quirkiness as mentioned in the other open issue regarding the creation menu being broken) everything seems to work ^^
appsettings:
"AllowedUserGroups": [],
"DenyRename": {
"DoctypeAliases": [
"siteSettings",
"seoSettings",
"statusPages"
],
"Message": {
"Category": "Error",
"Message": "You are not allowed to rename this node.",
"Type": "Error"
}
},
"DenyDuplicate": { // empty settings here required or content creation impossible
"DoctypeAliases": [
""
],
"NodeIds": [
1
],
"NodeKeys": [
""
],
"CompositionAliases": [
""
],
"Message": {
"Category": "Error",
"Message": "You may not duplicate this node.",
"Type": "Error"
}
},
"DenyDelete": {
"DoctypeAliases": [
"home",
"siteSettings",
"seoSettings",
"statusPages"
],
"NodeKeys": [
"e9cabcb9-14c8-4271-828e-6216f0a90607", // Global Content folder
"77dea71d-6b7b-47da-91dc-d1cb42e5ea8d", // Reusable Components folder
"e7dba5d1-e0b9-42ea-9aec-bdc791429af5" // Locations folder in Global Content
],
"Message": {
"Category": "Error",
"Message": "You are not allowed to delete this node.",
"Type": "Error"
}
}
}```
The text was updated successfully, but these errors were encountered:
Installed this on an Umbraco v12 project via Nuget and the App_Plugins folder did not come with it. It creates a spot for the Dashboard with square brackets and errors out if you go to it cause, obviously, all the dashboard stuff is missing.
After grabbing the folders from this repo, the Dashboard doesn't actually work.
The Node Defender settings on the left is empty. On the right under 'visualised settings' it only shows the hard coded titles and descriptions but none of the variable information.
I do have settings created and working. Other than the dashboard (& some quirkiness as mentioned in the other open issue regarding the creation menu being broken) everything seems to work ^^
appsettings:
The text was updated successfully, but these errors were encountered: