{
  "dsl": {
    "version": 0,
    "entry": "insertMogrt",
    "blocks": {
      "insertMogrt": {
        "type": "prInsertMogrtFromPath",
        "inputs": {
          "path": "embedded://mogrtFile",
          "sequence": "::SEQ\\ACTIVE",
          "timeSeconds": 0,
          "videoTrackIndex": 0,
          "audioTrackIndex": -1,
          "onError": "STOP",
          "storeResultIn": "okInsert"
        },
        "next": "logDone"
      },
      "logDone": {
        "type": "esConsoleLog",
        "inputs": {
          "message": {
            "type": "textJoin",
            "inputs": {
              "items": [
                "insertedMogrt=",
                {
                  "var": "okInsert"
                }
              ]
            }
          }
        },
        "next": null
      }
    }
  },
  "hostCompatibility": [
    {
      "host": "premierepro"
    }
  ],
  "assetsSpec": [
    {
      "id": "mogrtFile",
      "kind": "file",
      "source": {
        "type": "PROMPT_FILE",
        "prompt": "Choose the .mogrt file to embed into this package."
      },
      "bundlePath": "assets/mogrt/selected.mogrt",
      "lifetime": "PERSISTENT"
    }
  ],
  "output": {
    "mode": "PROMPT_SAVE",
    "suggestedName": "insert-mogrt-from-path.abscript",
    "overwrite": true
  }
}
