User: morteza.poudat@matplus.eu clicked save for playground/matplus/norm-digitalisation/options-standard-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-28 12:46:28 +00:00
parent ec77d271d5
commit ff38d84d22
1 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
{
{
"title": "Checkbox",
"description": "A super simple checkbox",
"properties": {
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}