Skip to content

Commit

Permalink
Prettifying demo JSON config file
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Mar 16, 2024
1 parent 8123504 commit 42acdd7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@
"type": "selectbox",
"required": true,
"options": [
{"label": "--Choose your favorite color(s)--", "value": "", "selected": true, "disabled": true},
{
"label": "--Choose your favorite color(s)--",
"value": "",
"selected": true,
"disabled": true
},
{"label": "Red", "value": "red"},
{"label": "Blue", "value": "blue"},
{"label": "Green", "value": "green"},
Expand Down Expand Up @@ -103,7 +108,12 @@
"type": "selectbox",
"required": true,
"options": [
{"label": "--Select all that apply--", "value": "", "selected": true, "disabled": true},
{
"label": "--Select all that apply--",
"value": "",
"selected": true,
"disabled": true
},
{"label": "USA", "value": "USA"},
{"label": "Canada", "value": "CAN"},
{"label": "United Kingdom", "value": "UK"},
Expand Down

0 comments on commit 42acdd7

Please sign in to comment.