mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
14 lines
319 B
JSON
14 lines
319 B
JSON
[
|
|
{
|
|
"name": "period",
|
|
"type": "select",
|
|
"label": "Period",
|
|
"default": "7d",
|
|
"options": [
|
|
{ "label": "Last 7 days", "value": "7d" },
|
|
{ "label": "Last 30 days", "value": "30d" },
|
|
{ "label": "Last 90 days", "value": "90d" }
|
|
]
|
|
}
|
|
]
|