generated from inherentlee/11ty
Update content through Mattrbld
This commit is contained in:
67
.mattrbld/schemas/product-category.json
Normal file
67
.mattrbld/schemas/product-category.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user