Ghost/ghost/admin/app/templates/settings/integration/webhooks/new.hbs
Kevin Ansfield 9684e5e347 Changed "new-webhook" modal to generic "webhook-form" modal
no issue
- the webhook form needs to be re-usable for the "edit webhook" modal
- renamed modal
- added logic to adjust the confirm button's text depending on the state of the passed in webhook model
2018-10-18 18:43:34 +01:00

5 lines
139 B
Handlebars

{{gh-fullscreen-modal "webhook-form"
model=webhook
confirm=(action "save")
close=(action "cancel")
modifier="action wide"}}