mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
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.
This commit is contained in:
parent
8b343b9603
commit
2bc31bc45a
|
@ -0,0 +1,3 @@
|
|||
<PluginOutlet @name="admin-api-keys">
|
||||
{{outlet}}
|
||||
</PluginOutlet>
|
|
@ -1 +1,3 @@
|
|||
{{outlet}}
|
||||
<PluginOutlet @name="admin-web-hooks">
|
||||
{{outlet}}
|
||||
</PluginOutlet>
|
Loading…
Reference in New Issue
Block a user