Last active
January 2, 2018 22:02
-
-
Save ianhenrysmith/010cafccbd34e2f7f50e91369177a1bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mainFilters" => [ | |
| { | |
| "label" => "dropdown", | |
| "value" => "custom_field_54d0020d67e6e25bab00000d", | |
| "showAdvanced" => true, | |
| "availableOptions" => [ | |
| {"value" => "1", "label" => "Aaa"}, | |
| {"value" => "2", "label" => "2"} | |
| ] | |
| }, { | |
| "label" => "Industry", | |
| "value" => "custom_field_558ad76667e6e23ca4000001", | |
| "showAdvanced" => false | |
| } | |
| ], | |
| "moreFilters" => [ | |
| { | |
| "label" => "multiselectaroonie", | |
| "value" => "custom_field_5566197a67e6e20d47000005", | |
| "showAdvanced" => true, | |
| "values" => [], | |
| "availableOptions" => [ | |
| {"value" => "fb", "label" => "facebook"}, | |
| {"value" => "tw", "label" => "twitter"} | |
| ] | |
| }, | |
| { | |
| "label" => "Buying Stages", | |
| "value" => "buying_stages", | |
| "showAdvanced" => false | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment