We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A simple checkbox schema:
{ "type": "array", "format": "checkbox", "uniqueItems": true, "items": { "type": "string", "enum": ["value1","value2"] } }
The page will display value1 and value2 in the same line. Is there a way to modify the schema to let one item one line?
value1
value2
FYI, I am using this JSON EDITOR for Jenkins Extended choice plugin.
Thanks:)
The text was updated successfully, but these errors were encountered:
This repo is no longer maintained (see also #800)
Development is continued at https://github.com/json-editor/json-editor
For details please visit json-editor/json-editor#5
Sorry, something went wrong.
No branches or pull requests
A simple checkbox schema:
The page will display
value1
andvalue2
in the same line. Is there a way to modify the schema to let one item one line?FYI, I am using this JSON EDITOR for Jenkins Extended choice plugin.
Thanks:)
The text was updated successfully, but these errors were encountered: