Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleconf/form_schema/opCharts_demo.json
{
    "label": "Demo",
    "description": "Demo form schema",
    "component": ["element_lists"],
    "tags": ["inventoryinterface"],
    "schema": {
        "demo1": {
            "label": "My Label",
            "type": "Text"
        },
        "demo2": {
            "label": "Another Label",
            "type": "Select",
            "options": ["option1", "option2"]
        }
    }
}

...