From 7a8889220f0a35338c74c356ccd74359a08ad6fb Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Sat, 9 Oct 2021 21:39:59 +0200 Subject: [PATCH] chore: Use value key instead of placeholder for apps --- packages/backend/src/apps/twitch/info.json | 6 +++--- packages/backend/src/apps/twitter/info.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/backend/src/apps/twitch/info.json b/packages/backend/src/apps/twitch/info.json index 522e268b..e86ee2a6 100644 --- a/packages/backend/src/apps/twitch/info.json +++ b/packages/backend/src/apps/twitch/info.json @@ -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 diff --git a/packages/backend/src/apps/twitter/info.json b/packages/backend/src/apps/twitter/info.json index 0344eb53..76c026a9 100644 --- a/packages/backend/src/apps/twitter/info.json +++ b/packages/backend/src/apps/twitter/info.json @@ -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