mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
feat(integration): add webhook URL per feed
This commit is contained in:
parent
b193bc212a
commit
459284ab96
26 changed files with 105 additions and 55 deletions
|
@ -209,6 +209,16 @@
|
|||
</select>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Webhook</summary>
|
||||
<div class="form-label-row">
|
||||
<label for="form-webhook-url">
|
||||
{{ t "form.feed.label.webhook_url" }}
|
||||
</label>
|
||||
</div>
|
||||
<input type="url" name="webhook_url" id="form-webhook-url" value="{{ .form.WebhookURL }}" spellcheck="false">
|
||||
</details>
|
||||
|
||||
<div class="buttons">
|
||||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue