User: silvia.orozco@myome.com clicked save for playground/myome/pizza-kingdom-silvia/payment-form-uischema.json

This commit is contained in:
sartography-automated-committer 2023-11-20 21:57:03 +00:00
parent 227f05df95
commit a07b6fbfac
3 changed files with 31 additions and 3 deletions

View File

@ -1 +1,5 @@
{}
{
"multipleChoicesList": {
"ui:widget": "checkboxes"
}
}

View File

@ -1 +1,21 @@
{}
{
"title": "Multiple Choice List",
"description": "Build a multiple choice list with a predefined list of options",
"type": "object",
"properties": {
"multipleChoicesList": {
"type": "array",
"title": "A multiple choices list",
"items": {
"type": "string",
"enum": [
"foo",
"bar",
"fuzz",
"qux"
]
},
"uniqueItems": true
}
}
}

View File

@ -1 +1,5 @@
{}
{
"multipleChoicesList": {
"ui:widget": "checkboxes"
}
}