Skip to content

Instantly share code, notes, and snippets.

@TheFoot
Last active September 4, 2015 07:57
Show Gist options
  • Save TheFoot/e69bc79610d2e26729b5 to your computer and use it in GitHub Desktop.
Save TheFoot/e69bc79610d2e26729b5 to your computer and use it in GitHub Desktop.

Revisions

  1. TheFoot revised this gist Sep 4, 2015. No changes.
  2. TheFoot revised this gist Sep 4, 2015. No changes.
  3. TheFoot created this gist Sep 4, 2015.
    41 changes: 41 additions & 0 deletions tokendata_for_logic_condition.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,41 @@
    {
    "EN": {
    "text": "Barrier breached",
    "items": [
    {
    "value": "yes",
    "text": "Yes"
    },
    {
    "value": "no",
    "text": "No"
    }
    ]
    },
    "FR": {
    "text": "Barrière touchée",
    "items": [
    {
    "value": "yes",
    "text": "Oui"
    },
    {
    "value": "no",
    "text": "Non"
    }
    ]
    },
    "DE": {
    "text": "Barriere berührt",
    "items": [
    {
    "value": "yes",
    "text": "Ja"
    },
    {
    "value": "no",
    "text": "Nein"
    }
    ]
    }
    }