name: master-blaster
authors:
  - test-author@movableink.com
integration_ids:
  - abcde0123456789
  - fghij0123456789
configurable_element_ids:
  - abcde0123456789
  - fghij0123456789
javascript_file: dist/index.js
html_file: app/index.html
css_file: app/styles/style.css
description: this is an app description
category: 'data: rendering'
icon_v2: tools
width: 400
height: 300
format: 'jpeg'
quality: 85
expose_advanced_options: true
fields:
  - name: test-field
    label: Test Field
    type: text
  - name: test-field-with-options
    label: Test Field With Options
    type: select
    value: 0
    options:
      - label: '1'
        value: 0
      - label: '2'
        value: 1
      - label: '3'
        value: 2
  - name: dataSourceField
    type: data-source
    label: Dr. DataSource
    template: DD
studio_options:
  framework_version: '3.1'
  tools:
    - name: Hammer
      label: For when all you've got are nails.
      icon: pin
      type: cool-tool
  property_groups:
    - name:  master-blaster
      label: MB Prop Group
      properties:
        - name: mb-prop-group-property
          label: MB Prop Group Property
          type: image
          preview_text:
            - 5:30 PM
            - 6:15 PM
          preview_values:
            - 33
            - 99
          context_options:
            - name: context-option-1
              type: select
              description: I am number 1 context option!
              defaultValue: 6
              options:
                - label: six
                  value: 6
                  label: seven
                  value: 7
capture_options:
  timeout: 8s
  cache_ttl: 60s
query_params:
  mb_param1: '[mb:param_1]'
  mb_param2: '[mb:param_2]'
