WIP: studio

This commit is contained in:
Pieter Vander Vennet 2023-07-08 01:03:58 +02:00
parent b58ba665b5
commit 9260278a7f
21 changed files with 1225 additions and 713 deletions

View file

@ -225,11 +225,11 @@ export default {
]
},
"freeform": {
"description": "Allow freeform text input from the user",
"description": "question: Should a freeform text field be shown?\nAllow freeform text input from the user\nifunset: Do not add a freeform text field\ntypes: Use a freeform value",
"type": "object",
"properties": {
"key": {
"description": "If this key is present, then 'render' is used to display the value.\nIf this is undefined, the rendering is _always_ shown",
"description": "What attribute should be filled out\nIf this key is present in the feature, then 'render' is used to display the value.\nIf this is undefined, the rendering is _always_ shown",
"type": "string"
}
},