Feat v0.2.3 sdk tasks (#7)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #7.
This commit is contained in:
15
packages/schedules/manifest.json
Normal file
15
packages/schedules/manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user