Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App_Plugins isn't Included & Dashboard Broken #4

Open
nobledm opened this issue Jan 2, 2024 · 0 comments
Open

App_Plugins isn't Included & Dashboard Broken #4

nobledm opened this issue Jan 2, 2024 · 0 comments

Comments

@nobledm
Copy link

nobledm commented Jan 2, 2024

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 ^^

image

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"
    }
  }
}```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant