mattrbld/.mattrbld/custom-fields/month-or-week.json

76 lines
1.5 KiB
JSON

{
"type": "container",
"icon": "group",
"key": "___mb_visual_container",
"label": "Month Or Week Interval",
"value": [
{
"type": "heading",
"icon": "heading-spaced",
"key": "___mb_visual_heading",
"label": "Heading and Description",
"options": {
"heading": "Every",
"description": ""
},
"version": 2,
"visibility": {
"showByValue": {
"field": null
}
},
"visualOnly": true
},
{
"type": "select",
"default": "Week",
"icon": "group",
"key": "month-or-week",
"label": "month/week",
"options": {
"filterable": false,
"removable": false,
"placeholder": "Select a value…",
"options": [
{
"label": "Month",
"value": "0"
},
{
"label": "Week",
"value": "1"
}
]
},
"validation": {
"required": false
},
"value": null,
"version": 8,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
},
"description": "",
"group": "custom fields"
}
],
"version": 15,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
},
"description": "",
"group": "custom fields",
"options": {
"collapsible": false,
"collapseByDefault": false,
"row": false,
"bordered": false
},
"visualOnly": true
}