mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
14 lines
358 B
JSON
14 lines
358 B
JSON
[
|
|
{ "name": "query", "type": "text", "label": "Name contains", "required": true },
|
|
{
|
|
"name": "status",
|
|
"type": "select",
|
|
"label": "Status",
|
|
"options": [
|
|
{ "label": "Open", "value": "open" },
|
|
{ "label": "Won", "value": "won" },
|
|
{ "label": "Lost", "value": "lost" }
|
|
]
|
|
}
|
|
]
|