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:
Blake Erickson 2024-09-11 09:24:40 -06:00 committed by GitHub
parent 8b343b9603
commit 2bc31bc45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<PluginOutlet @name="admin-api-keys">
{{outlet}}
</PluginOutlet>

View File

@ -1 +1,3 @@
{{outlet}}
<PluginOutlet @name="admin-web-hooks">
{{outlet}}
</PluginOutlet>