key last_workfile_on_startup has use_label_wrap now instead of collapsible-wrap as parent item

This commit is contained in:
iLLiCiTiT 2020-12-18 19:44:04 +01:00
parent f068a86337
commit fc6426ef63

View file

@ -29,41 +29,36 @@
"label": "Workfiles",
"children": [
{
"type": "collapsible-wrap",
"type": "list",
"key": "last_workfile_on_startup",
"label": "Open last workfiles on launch",
"children": [
{
"type": "list",
"key": "last_workfile_on_startup",
"label": "",
"is_group": true,
"object_type": {
"type": "dict",
"children": [
{
"key": "hosts",
"label": "Hosts",
"type": "list",
"object_type": "text"
},
{
"key": "tasks",
"label": "Tasks",
"type": "list",
"object_type": "text"
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
}
]
"is_group": true,
"use_label_wrap": true,
"object_type": {
"type": "dict",
"children": [
{
"key": "hosts",
"label": "Hosts",
"type": "list",
"object_type": "text"
},
{
"key": "tasks",
"label": "Tasks",
"type": "list",
"object_type": "text"
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
}
}
]
]
}
},
{
"type": "dict-modifiable",