discourse/app/assets/javascripts/admin/addon/templates/web-hooks.hbs
Blake Erickson 2bc31bc45a
DEV: Add plugin api for customizing api key and webhook pages (#28835)
Adding these plugin outlets so that the admin pages for api keys and
webhooks can be customized.
2024-09-11 11:24:40 -04:00

3 lines
67 B
Handlebars

<PluginOutlet @name="admin-web-hooks">
{{outlet}}
</PluginOutlet>