...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "label": "Demo", "description": "Demo form schema", "component": ["element_lists"], "tags": ["interface"], "schema": { "demo1": { "title": "My Title", "type": "Text" }, "demo2": { "title": "Another Title", "type": "Select", "options": ["option1", "option2"] } } } |
...