discourse/app/assets/javascripts/admin/addon/templates/api-keys.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
66 B
Handlebars

<PluginOutlet @name="admin-api-keys">
{{outlet}}
</PluginOutlet>