Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"id": "schedules",
|
|
"title": "Schedules",
|
|
"type": "full",
|
|
"version": "0.1.0",
|
|
"tier": "browser",
|
|
"author": "Switchboard Core",
|
|
"icon": "⏰",
|
|
"description": "Manage cron jobs and scheduled automations",
|
|
"route": "/s/schedules",
|
|
"permissions": [],
|
|
"settings": [
|
|
{ "key": "default_view", "label": "Default View", "type": "string", "default": "table" }
|
|
]
|
|
}
|