chore: Use value key instead of placeholder for apps

This commit is contained in:
Faruk AYDIN 2021-10-09 21:39:59 +02:00 committed by Ali BARIN
parent c83992363a
commit 54bd731f86
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
"type": "string",
"required": true,
"readOnly": true,
"placeholder": "http://localhost:3000/sample",
"value": "http://localhost:3000/sample",
"description": "When asked to input an OAuth callback or redirect URL in Twitch OAuth, enter the URL above.",
"docUrl": "https://automatisch.io/docs/twitch#oauth-redirect-url",
"clickToCopy": true
@ -20,7 +20,7 @@
"type": "string",
"required": true,
"readOnly": false,
"placeholder": null,
"value": null,
"description": null,
"docUrl": "https://automatisch.io/docs/twitch#consumer-key",
"clickToCopy": false
@ -31,7 +31,7 @@
"type": "string",
"required": true,
"readOnly": false,
"placeholder": null,
"value": null,
"description": null,
"docUrl": "https://automatisch.io/docs/twitch#consumer-secret",
"clickToCopy": false

View File

@ -9,7 +9,7 @@
"type": "string",
"required": true,
"readOnly": true,
"placeholder": "http://localhost:3000/sample",
"value": "http://localhost:3000/sample",
"description": "When asked to input an OAuth callback or redirect URL in Twitter OAuth, enter the URL above.",
"docUrl": "https://automatisch.io/docs/twitter#oauth-redirect-url",
"clickToCopy": true
@ -20,7 +20,7 @@
"type": "string",
"required": true,
"readOnly": false,
"placeholder": null,
"value": null,
"description": null,
"docUrl": "https://automatisch.io/docs/twitter#consumer-key",
"clickToCopy": false
@ -31,7 +31,7 @@
"type": "string",
"required": true,
"readOnly": false,
"placeholder": null,
"value": null,
"description": null,
"docUrl": "https://automatisch.io/docs/twitter#consumer-secret",
"clickToCopy": false