Files
stripe-test/.mattrbld/schemas/product-category.json

67 lines
1.2 KiB
JSON
Raw Normal View History

2026-07-06 14:18:52 -07:00
{
"fields": [
{
"type": "text",
"default": null,
"icon": "text-input",
"key": "title",
"label": "Title",
"localised": false,
"options": {
"wrapping": true,
"multiline": false
},
"tab": "Category",
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": true,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
},
{
"type": "list",
"default": null,
"icon": "bullet-list",
"key": "products",
"label": "Products",
"localised": false,
"options": {
"limitToModel": false,
"model": []
},
"tab": "Category",
"validation": {
"enforceMinMax": true,
"max": null,
"min": 1,
"unit": "list items"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
}
],
"tabs": [
{
"label": "Category",
"groupAs": null
}
]
}