Skip to content

Instantly share code, notes, and snippets.

@albertywu
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save albertywu/5a268cd5aae51f0c981a to your computer and use it in GitHub Desktop.

Select an option

Save albertywu/5a268cd5aae51f0c981a to your computer and use it in GitHub Desktop.
tag field shape
field =
  dataType: 'reference'
  options: [... tagValueIds ...]
  format_json:
    contexts: [
      {
        name: 'iPadNoteCreationModal'
        tagValueIds: [...]
      },
      {
        name: 'webNoteModal'
        tagValueIds: [...]
      },
      ...
    ]
    dependencies: [
      {
        fieldId: 42
        values: [8001, 8002]
        tagValueIds: [...]
      },
      {
        fieldId: 84
        values: [9001, 9002]
        tagValueIds: [...]
      },
      ...
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment