sync hub items with community
Co-authored-by: fatonramadani <fatonramadani@users.noreply.github.com> Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1ae6ee7b43
commit
f1109da69c
18
community/resource_types/toggl.json
Normal file
18
community/resource_types/toggl.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "toggl",
|
||||
"schema": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"description": "Toggle Track API Token"
|
||||
}
|
||||
Reference in New Issue
Block a user