mattrbld/.mattrbld/custom-fields/all-interval-types.json

31 lines
527 B
JSON

{
"type": "select",
"description": "",
"group": "custom fields",
"icon": "group",
"key": "any-interval-type",
"label": "Interval Type",
"tab": null,
"value": null,
"version": 2,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
},
"default": null,
"options": {
"filterable": false,
"removable": false,
"placeholder": "Select a value…",
"options": [
"Days",
"Weeks",
"Months"
]
},
"validation": {
"required": false
}
}