Merge pull request #517 from kalisp/feature/241-config_gui-standalonepublisher

#241 - Implementation of pype-config/presets/plugins/standalonepublisher
This commit is contained in:
Milan Kolar 2020-09-16 17:00:06 +02:00 committed by GitHub
commit 3fa10370d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -614,6 +614,57 @@
]
}
]
},
{
"type": "dict",
"collapsable": true,
"key": "standalonepublisher",
"label": "Standalone Publisher",
"children": [
{
"type": "dict",
"collapsable": true,
"key": "publish",
"label": "Publish plugins",
"is_file": true,
"children": [
{
"type": "dict",
"collapsable": true,
"key": "ExtractThumbnailSP",
"label": "ExtractThumbnailSP",
"is_group": true,
"children": [
{
"type": "dict",
"collapsable": false,
"key": "ffmpeg_args",
"label": "ffmpeg_args",
"children": [
{
"type": "dict-form",
"children": [
{
"type": "list",
"object_type": "text",
"key": "input",
"label": "input"
},
{
"type": "list",
"object_type": "text",
"key": "output",
"label": "output"
}
]
}
]
}
]
}
]
}
]
}
]
}