Skip to content

Commit

Permalink
introduce sherweb extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Dec 16, 2024
1 parent e071f9d commit 801b9a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/data/Extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,15 @@
"label": "Client ID",
"placeholder": "Enter your Sherweb Client ID"
},
{
"type": "textField",
"name": "Sherweb.SubscriptionKey",
"label": "Subscription Key",
"placeholder": "Enter your Sherweb Subscription Key"
},
{
"type": "password",
"name": "Sherweb.clientSecret",
"name": "Sherweb.APIKey",
"label": "Client Secret",
"placeholder": "Enter your Sherweb Client Secret"
},
Expand Down

0 comments on commit 801b9a8

Please sign in to comment.