Fix missing commas in json

pull/157/head
Ben Busby 4 years ago committed by GitHub
parent 6c429e6dd1
commit 51e69b579b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,17 +46,17 @@
"required": false
},
"WHOOGLE_ALT_TW": {
"description": "The site to use as a replacement for twitter.com when site alternatives are enabled in the config."
"description": "The site to use as a replacement for twitter.com when site alternatives are enabled in the config.",
"value": "",
"required": false
},
"WHOOGLE_ALT_YT": {
"description": "The site to use as a replacement for youtube.com when site alternatives are enabled in the config."
"description": "The site to use as a replacement for youtube.com when site alternatives are enabled in the config.",
"value": "",
"required": false
},
"WHOOGLE_ALT_IG": {
"description": "The site to use as a replacement for instagram.com when site alternatives are enabled in the config."
"description": "The site to use as a replacement for instagram.com when site alternatives are enabled in the config.",
"value": "",
"required": false
}

Loading…
Cancel
Save