Ghost/ghost/admin/app/templates/settings/integration/webhooks/new.hbs
Peter Zimon 737db37175 Added Integrations as a subpage of Settings
- Restructured Admin so that Integrations becomes a subpage of Settings.
2021-10-18 14:47:59 +02:00

5 lines
161 B
Handlebars

<GhFullscreenModal @modal="webhook-form"
@model={{this.webhook}}
@confirm={{action "save"}}
@close={{action "cancel"}}
@modifier="action wide" />