use "list" instead of "list-text"

This commit is contained in:
iLLiCiTiT 2020-08-28 10:08:25 +02:00
parent d82118cd8e
commit 710c97f9a1
3 changed files with 15 additions and 11 deletions

View file

@ -88,7 +88,8 @@
"label": "Note with intent template",
"default": "{intent}: {comment}"
}, {
"type": "list-text",
"type": "list",
"object_type": "text-singleline",
"key": "note_labels",
"label": "Note labels",
"default": []
@ -132,12 +133,14 @@
"key": "ffmpeg_args",
"children": [
{
"type": "list-text",
"type": "list",
"object_type": "text-singleline",
"key": "input",
"label": "FFmpeg input arguments",
"default": []
}, {
"type": "list-text",
"type": "list",
"object_type": "text-singleline",
"key": "output",
"label": "FFmpeg output arguments",
"default": []
@ -532,7 +535,8 @@
"label": "Enabled",
"default": true
}, {
"type": "list-text",
"type": "list",
"object_type": "text-singleline",
"key": "tags_addition",
"label": "Tags addition",
"default": []

View file

@ -4,8 +4,8 @@
"label": "Studio",
"children": [
{
"key": "global",
"type": "dict-invisible",
"key": "global",
"label": "Global",
"children": [{
"type": "schema",
@ -17,15 +17,15 @@
]
}]
}, {
"key": "muster",
"type": "dict-invisible",
"key": "muster",
"children": [{
"type": "dict-modifiable",
"object_type": "int",
"is_group": true,
"is_file": true,
"key": "templates_mapping",
"label": "Muster - Templates mapping",
"type": "dict-modifiable",
"object_type": "int"
"label": "Muster - Templates mapping"
}]
}
]

View file

@ -7,9 +7,9 @@
"children": [
{
"type": "dict-modifiable",
"object_type": "text-singleline",
"key": "items",
"label": "Intent Key/Label",
"object_type": "text-singleline"
"label": "Intent Key/Label"
}, {
"type": "text-singleline",
"key": "default",