---
name: "" # Insert app title here
authors:
- "Movable Ink <se@movableink.com>"
- "Solutions Engineering <se@movableink.com>"
icon: "//movableink-public-assets-production.s3.amazonaws.com/cartridge-icons/spanner.svg"
css_file: "./build/css/styles.css"
signals: true
description: "" # Add an optional description here

fields:
- name: "itemType"
  type: "select"
  label: "Item Type"
  value: 0
  options:
    - value: 0
      label: "Item Type 1"
    - value: 1
      label: "Item Type 2"

- name: "itemIdx"
  type: "select"
  label: "Item Number"
  value: 0
  options:
    - value: 0
      label: "1"
    - value: 1
      label: "2"
    - value: 2
      label: "3"

- name: "sampleDropDown"
  type: "select"
  label: "Drop Down Label"
  value: 0
  options:
    - value: 0
      label: "Default drop-down value"
    - value: 1
      label: "Another drop-down value"

- name: "sampleText"
  type: "text"
  label: "Text Label"
  value: "Sample Default Text"

- name: "sampleCheckbox"
  type: "checkbox"
  label: "Checkbox Label"
  value: "1"

- name: "sampleImage"
  type: "image"
  label: "Image Upload Label"

- name: "sampleColor"
  type: "color"
  label: "Color Label"
  value: "#ffffff"

query_params:
  mi_user_id: '[mi:user_uuid]'

capture_options:
  cache_ttl: 60s
  timeout: 8s

expose_advanced_options: true
