Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 796 Bytes

File metadata and controls

47 lines (37 loc) · 796 Bytes

Category (strings)

Snippet

Multi-select Categories, and store Category IDs as array of string:

{
    "title": "Category (strings)",
    "description": "Multi-select Categories, and store Category IDs as array of string",
    "type": "array",
    "items": {
        "type": "string"
    },
    "ui:extension": {
        "name": "ecomm-toolkit",
        "params": {
            "label": "Category",
            "view": "multi",
            "data": "category",
            "type": "string"
        }
    }
}

Sample content

{
    "categoryArrayStrings": [
        "23", 
        "24", 
        "18"
    ]
}

Sample UI

Empty field:

Sample UI

Selecting multiple categories:

Sample UI