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
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
The text was updated successfully, but these errors were encountered:
Describe the bug
In the following default JSON schema,
panel.gitActions
is not included infrontMatter.global.modes
, and I got a validation error.https://frontmatter.codes/frontmatter.schema.json
Screenshots
![image](https://private-user-images.githubusercontent.com/87932860/402273211-ae4efcb8-82c8-4625-8638-2f34372b187f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzQ2NzEsIm5iZiI6MTczOTQzNDM3MSwicGF0aCI6Ii84NzkzMjg2MC80MDIyNzMyMTEtYWU0ZWZjYjgtODJjOC00NjI1LTg2MzgtMmYzNDM3MmIxODdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA4MTI1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1OTQ5ZTNkYTMzZGFmODdjYWY3OTI4OWY4OTc0N2VhNzY3NzMwMzc5OWI2YmEwNGJhNGRjMjIxY2MyZmQwOTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0-F15p4RQwGSxDKnJMOCDcUdRXC3o5ttPEwtVrOlAqg)
The text was updated successfully, but these errors were encountered: