OP-4643 - updated Settings schema

This commit is contained in:
Petr Kalis 2023-01-06 18:15:44 +01:00
parent 4a80b7bb34
commit f92c74605b

View file

@ -246,24 +246,44 @@
"type": "list",
"object_type": "text"
},
{
"type": "boolean",
"key": "delete_original",
"label": "Delete Original Representation"
},
{
"type": "splitter"
},
{
"key": "ext",
"label": "Output extension",
"type": "text"
},
{
"key": "output_colorspace",
"label": "Output colorspace",
"type": "text"
},
{
"key": "custom_tags",
"label": "Custom Tags",
"type": "list",
"object_type": "text"
"key": "outputs",
"label": "Output Definitions",
"type": "dict-modifiable",
"highlight_content": true,
"object_type": {
"type": "dict",
"children": [
{
"key": "output_extension",
"label": "Output extension",
"type": "text"
},
{
"key": "output_colorspace",
"label": "Output colorspace",
"type": "text"
},
{
"type": "schema",
"name": "schema_representation_tags"
},
{
"key": "custom_tags",
"label": "Custom Tags",
"type": "list",
"object_type": "text"
}
]
}
}
]
}