Skip to content
New issue

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

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

Already on GitHub? # to your account

Issue: "panel.gitActions" option in view modes is not present in the JSON schema #909

Open
voltaney opened this issue Jan 11, 2025 · 1 comment
Labels
bug Something isn't working To document This item needs to be documented v10.8.0 Project: v10.8.0

Comments

@voltaney
Copy link

Describe the bug
In the following default JSON schema, panel.gitActions is not included in frontMatter.global.modes, and I got a validation error.
https://frontmatter.codes/frontmatter.schema.json

"features": {
  "type": "array",
  "default": [],
  "description": "The features you want to use for your mode.",
  "items": {
    "type": "string",
    "enum": [
      "panel.globalSettings",
      "panel.seo",
      "panel.actions",
      "panel.contentType",
      "panel.metadata",
      "panel.recentlyModified",
      "panel.otherActions",
      "dashboard.snippets.view",
      "dashboard.snippets.manage",
      "dashboard.data.view",
      "dashboard.taxonomy.view"
    ]
  }

Screenshots
image

@voltaney voltaney added the bug Something isn't working label Jan 11, 2025
@estruyf estruyf added this to v10.8.0 Jan 18, 2025
@estruyf estruyf moved this to Ready in v10.8.0 Jan 18, 2025
@project-labels project-labels bot added v10.8.0 Project: v10.8.0 Ready This is ready to be picked up labels Jan 18, 2025
@estruyf
Copy link
Owner

estruyf commented Jan 18, 2025

Thanks @voltaney for reporting this issue. 🙏

@estruyf estruyf moved this from Ready to In progress in v10.8.0 Feb 6, 2025
@project-labels project-labels bot added In progress This is actively being worked on and removed Ready This is ready to be picked up labels Feb 6, 2025
@estruyf estruyf moved this from In progress to To document in v10.8.0 Feb 6, 2025
@project-labels project-labels bot added To document This item needs to be documented and removed In progress This is actively being worked on labels Feb 6, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working To document This item needs to be documented v10.8.0 Project: v10.8.0
Projects
None yet
Development

No branches or pull requests

2 participants