modified current schemas

This commit is contained in:
iLLiCiTiT 2020-09-18 14:14:56 +02:00
parent 98569e4fed
commit 44dc6805ad
2 changed files with 14 additions and 9 deletions

View file

@ -22,9 +22,7 @@
"children": [
{
"type": "schema",
"children": [
"1_plugins_gui_schema"
]
"name": "1_plugins_gui_schema"
}
]
}

View file

@ -7,12 +7,16 @@
"key": "global",
"children": [{
"type": "schema",
"children": [
"1_tray_items",
"1_applications_gui_schema",
"1_tools_gui_schema",
"1_intents_gui_schema"
]
"name": "1_tray_items"
}, {
"type": "schema",
"name": "1_applications_gui_schema"
}, {
"type": "schema",
"name": "1_tools_gui_schema"
}, {
"type": "schema",
"name": "1_intents_gui_schema"
}]
}, {
"type": "dict-invisible",
@ -29,6 +33,9 @@
"label": "Muster - Templates mapping",
"is_file": true
}]
}, {
"type": "schema",
"name": "1_examples"
}
]
}