flame: adding settings for ExtractSubsetResources plugin

This commit is contained in:
Jakub Jezek 2022-01-14 12:06:35 +01:00
parent cc20a22e3a
commit f6ab7f2cba
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 67 additions and 0 deletions

View file

@ -119,6 +119,61 @@
]
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "publish",
"label": "Publish plugins",
"children": [
{
"type": "dict",
"collapsible": true,
"key": "ExtractSubsetResources",
"label": "Extract Subset Resources",
"is_group": true,
"children": [
{
"key": "export_presets_mapping",
"label": "Export presets mapping",
"type": "dict-modifiable",
"highlight_content": true,
"object_type": {
"type": "dict",
"children": [
{
"key": "ext",
"label": "Output extension",
"type": "text"
},
{
"key": "xmlPresetFile",
"label": "XML preset file (with ext)",
"type": "text"
},
{
"key": "xmlPresetDir",
"label": "XML preset folder (optional)",
"type": "text"
},
{
"type": "separator"
},
{
"type": "list",
"key": "representationTags",
"label": "Add representation tags",
"object_type": {
"type": "text",
"multiline": false
}
}
]
}
}
]
}
]
}
]
}