Skip to content

Commit

Permalink
add defaults to giphy info
Browse files Browse the repository at this point in the history
  • Loading branch information
Oncorporation authored Mar 17, 2019
1 parent c1b9cc3 commit b0f5629
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions UI_Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,28 @@
},
"giphyimageurl": {
"type": "textbox",
"value": "",
"value": "https://i.giphy.com/media/{0}/200w_d.gif",
"label": "Giphy Image Url",
"tooltip": "Base Image Url for Giphy Images",
"group": "Giphy"
},
"giphyfailid": {
"type": "textbox",
"value": "",
"value": "u2TrRPK8J6Bwc",
"label": "Giphy ID for complete search failure",
"tooltip": "find a giphy id that is an epic failure!",
"group": "Giphy"
},
"language": {
"type": "textbox",
"value": "",
"value": "en",
"label": "Language",
"tooltip": "Languages available: https://developers.giphy.com/docs#language-support,",
"group": "Giphy"
},
"giphyrating": {
"type": "textbox",
"value": "",
"value": "PG-13",
"label": "Giphy Rating",
"tooltip": "Ratings: Y, G, PG, PG-13, R",
"group": "Giphy"
Expand All @@ -123,7 +123,7 @@
},
"giphyapikey": {
"type": "textbox",
"value": "",
"value": "KBU47FtdqBMZc7yHAcLuyUFyhWwwKqvi",
"label": "Giphy Api Key",
"tooltip": "Api Key used for the Giphy related parameters \r\n Press the button below to locate your Giphy Api Key!",
"group": "Giphy"
Expand Down Expand Up @@ -343,4 +343,4 @@
"wsevent": "",
"group": ""
}
}
}

0 comments on commit b0f5629

Please sign in to comment.