json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

Can I format checkbox for one item per line

Open djy0215 opened this issue 6 years ago • 1 comments

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:)

djy0215 avatar Jul 23 '19 19:07 djy0215

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

pmk65 avatar Jul 28 '19 14:07 pmk65