Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 775 Bytes

ui-settings.md

File metadata and controls

32 lines (30 loc) · 775 Bytes

UI-Config

{
  "upload": {
    "saveWorkflowID": "save-uploaded-assets",
    "publishWorkflowID": "publish-uploaded-segments",
    "postData": {
        "assets": {
            "options": [{
              "id": "catalog_segments_xml",
              "type": "catalog",
              "flavorType": "mpeg-7",
              "flavorSubType": "segments",
              "displayOrder": 4,
              "accept": ".xml",
              "title": "Uplaod Segments"
            }]
        },
        "processing": {
            "workflow": "",
            "configuration": {
                "uploadedSearchPreview": "true",
                "downloadSourceflavorsExist": "true",
                "download-source-flavors": "mpeg-7/segments"
            }
        }
    }
  }
}