-
-
Notifications
You must be signed in to change notification settings - Fork 105
Feedback: Enum/Select in schema fields #859
Copy link
Copy link
Closed
Labels
In BETAThe current task is available for testing in the BETA version.The current task is available for testing in the BETA version.ReleasedThe task has been releasedThe task has been releasedv10.6.0Project: v10.6.0Project: v10.6.0
Metadata
Metadata
Assignees
Labels
In BETAThe current task is available for testing in the BETA version.The current task is available for testing in the BETA version.ReleasedThe task has been releasedThe task has been releasedv10.6.0Project: v10.6.0Project: v10.6.0
I am adding this as feedback, because I don't know if it is maybe integrated or I am overlooking something...
Let's assume I have a data file with a blogroll, and in that blogroll I want to add a field that demarks what type of link that item is: how do I implement some form of enum or select for that field? For instance
["person", "website", "feed"]or something along the lines and in frontmatter it shows either three radio boxed items in a line that I can select one, or a select field with three items (and their labels)?In JSON schema we have enum:
But it doesn't seem that this is integrated. At least the docs are not talking about it and trying some forms of settings on JSON-"schema" values won't work.