mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
15 lines
451 B
JSON
15 lines
451 B
JSON
[
|
|
{ "name": "query", "type": "text", "label": "Title contains", "required": true },
|
|
{
|
|
"name": "status",
|
|
"type": "select",
|
|
"label": "Status",
|
|
"options": [
|
|
{ "label": "Pending", "value": "pending" },
|
|
{ "label": "In progress", "value": "in_progress" },
|
|
{ "label": "Completed", "value": "completed" },
|
|
{ "label": "Cancelled", "value": "cancelled" }
|
|
]
|
|
}
|
|
]
|