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

Can I format checkbox for one item per line #835

Open
djy0215 opened this issue Jul 23, 2019 · 1 comment
Open

Can I format checkbox for one item per line #835

djy0215 opened this issue Jul 23, 2019 · 1 comment

Comments

@djy0215
Copy link

djy0215 commented Jul 23, 2019

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?

FYI, I am using this JSON EDITOR for Jenkins Extended choice plugin.

Thanks:)

@pmk65
Copy link

pmk65 commented Jul 28, 2019

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

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

2 participants