mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
use "list" instead of "list-text"
This commit is contained in:
parent
d82118cd8e
commit
710c97f9a1
3 changed files with 15 additions and 11 deletions
|
|
@ -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": []
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue