Schema:Everything: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| Line 44: | Line 44: | ||
"type": "select", |
"type": "select", |
||
"options": [ |
"options": [ |
||
{ |
|||
" |
"id": "o1demo1aaaaaab1", |
||
" |
"label": "Draft" |
||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaab2", |
|||
"label": "Review" |
|||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaab3", |
|||
"label": "Approved" |
|||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaab4", |
|||
"label": "Archived" |
|||
} |
|||
] |
] |
||
}, |
}, |
||
| Line 53: | Line 65: | ||
"type": "select", |
"type": "select", |
||
"options": [ |
"options": [ |
||
{ |
|||
" |
"id": "o1demo1aaaaaac1", |
||
" |
"label": "Low" |
||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaac2", |
|||
"label": "Medium" |
|||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaac3", |
|||
"label": "High" |
|||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaac4", |
|||
"label": "Critical" |
|||
} |
|||
], |
], |
||
"required": true |
"required": true |
||
| Line 63: | Line 87: | ||
"type": "select", |
"type": "select", |
||
"options": [ |
"options": [ |
||
{ |
|||
" |
"id": "o1demo1aaaaaad1", |
||
" |
"label": "Red" |
||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaad2", |
|||
"label": "Green" |
|||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaad3", |
|||
"label": "Blue" |
|||
}, |
|||
{ |
|||
"id": "o1demo1aaaaaad4", |
|||
"label": "Yellow" |
|||
} |
|||
], |
], |
||
"multiple": true |
"multiple": true |
||