Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 710 Bytes

File metadata and controls

40 lines (30 loc) · 710 Bytes

Category Tree (string)

Snippet

Single-select Category Tree, and store Category ID as string:

{
    "title": "Category Tree (string)",
    "description": "Single-select Category Tree, and store Category ID as string",
    "type": "string",
    "ui:extension": {
        "name": "ecomm-toolkit",
        "params": {
            "label": "Category",
            "view": "tree",
            "data": "category",
            "type": "string"
        }
    }
}

Sample content

{
    "categorySingleStringTree": "24"
}

Sample UI

No category selected:

Sample UI

Selecting a category:

Sample UI