chore: Use value key instead of placeholder for apps
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": 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.",
|
"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",
|
"docUrl": "https://automatisch.io/docs/twitch#oauth-redirect-url",
|
||||||
"clickToCopy": true
|
"clickToCopy": true
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"placeholder": null,
|
"value": null,
|
||||||
"description": null,
|
"description": null,
|
||||||
"docUrl": "https://automatisch.io/docs/twitch#consumer-key",
|
"docUrl": "https://automatisch.io/docs/twitch#consumer-key",
|
||||||
"clickToCopy": false
|
"clickToCopy": false
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"placeholder": null,
|
"value": null,
|
||||||
"description": null,
|
"description": null,
|
||||||
"docUrl": "https://automatisch.io/docs/twitch#consumer-secret",
|
"docUrl": "https://automatisch.io/docs/twitch#consumer-secret",
|
||||||
"clickToCopy": false
|
"clickToCopy": false
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": 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.",
|
"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",
|
"docUrl": "https://automatisch.io/docs/twitter#oauth-redirect-url",
|
||||||
"clickToCopy": true
|
"clickToCopy": true
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"placeholder": null,
|
"value": null,
|
||||||
"description": null,
|
"description": null,
|
||||||
"docUrl": "https://automatisch.io/docs/twitter#consumer-key",
|
"docUrl": "https://automatisch.io/docs/twitter#consumer-key",
|
||||||
"clickToCopy": false
|
"clickToCopy": false
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"placeholder": null,
|
"value": null,
|
||||||
"description": null,
|
"description": null,
|
||||||
"docUrl": "https://automatisch.io/docs/twitter#consumer-secret",
|
"docUrl": "https://automatisch.io/docs/twitter#consumer-secret",
|
||||||
"clickToCopy": false
|
"clickToCopy": false
|
||||||
|
Reference in New Issue
Block a user