Single-select Category Tree, and store Category ID as string:
{
"title": "Category Tree (enforced string)",
"description": "Single-select Category Tree, and store Category ID as string",
"type": "string",
"pattern": "category/.*",
"ui:extension": {
"name": "ecomm-toolkit",
"params": {
"label": "Category",
"view": "tree",
"data": "category",
"type": "string"
}
}
}{
"categorySingleEnforcedStringTree": "category/24"
}No category selected:
Selecting a category:

