added tray items

This commit is contained in:
iLLiCiTiT 2020-08-24 11:39:38 +02:00
parent a5e6979a86
commit df0eae7719
3 changed files with 121 additions and 12 deletions

View file

@ -10,22 +10,13 @@
"children": [{
"type": "schema",
"children": [
"1_tray_items",
"1_applications_gui_schema",
"1_tools_gui_schema",
"1_intents_gui_schema"
"1_intents_gui_schema",
"1_muster"
]
}]
}, {
"key": "muster",
"type": "dict-invisible",
"is_group": true,
"children": [{
"key": "templates_mapping",
"label": "Muster",
"is_file": true,
"type": "dict-modifiable",
"object_type": "int"
}]
}
]
}

View file

@ -0,0 +1,12 @@
{
"key": "muster",
"type": "dict-invisible",
"is_group": true,
"children": [{
"key": "templates_mapping",
"label": "Muster",
"is_file": true,
"type": "dict-modifiable",
"object_type": "int"
}]
}

View file

@ -0,0 +1,106 @@
{
"key": "tray_modules",
"type": "dict-expanding",
"label": "Modules",
"is_file": true,
"is_group": true,
"children": [
{
"key": "item_usage",
"type": "dict-invisible",
"children": [
{
"type": "dict-form",
"children": [
{
"type": "boolean",
"key": "User settings",
"label": "User settings"
}, {
"type": "boolean",
"key": "Ftrack",
"label": "Ftrack"
}, {
"type": "boolean",
"key": "Muster",
"label": "Muster"
}, {
"type": "boolean",
"key": "Avalon",
"label": "Avalon"
}, {
"type": "boolean",
"key": "Clockify",
"label": "Clockify"
}, {
"type": "boolean",
"key": "Standalone Publish",
"label": "Standalone Publish"
}, {
"type": "boolean",
"key": "Logging",
"label": "Logging"
}, {
"type": "boolean",
"key": "Idle Manager",
"label": "Idle Manager"
}, {
"type": "boolean",
"key": "Rest Api",
"label": "Rest Api"
}, {
"type": "boolean",
"key": "Adobe Communicator",
"label": "Adobe Communicator"
}
]
}
]
}, {
"key": "attributes",
"type": "dict-expanding",
"label": "Module attributes",
"children": [
{
"type": "dict-expanding",
"key": "Rest Api",
"label": "Rest Api",
"MISINGKEYCONF": {"exclude_ports": []},
"children": [
{
"type": "int",
"key": "default_port",
"label": "Default Port"
}
]
}, {
"type": "dict-expanding",
"key": "Timers Manager",
"label": "Timers Manager",
"children": [
{
"type": "float",
"key": "full_time",
"label": "Max idle time"
}, {
"type": "float",
"key": "message_time",
"label": "When dialog will show"
}
]
}, {
"type": "dict-expanding",
"key": "Clockify",
"label": "Clockify",
"children": [
{
"type": "text-singleline",
"key": "workspace_name",
"label": "Workspace name"
}
]
}
]
}
]
}