mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 18:57:20 -05:00
DEV: Add plugin outlet above the subscriptions' subscribe title (#36501)
This commit adds a plugin outlet, `above-subscriptions-subscribe-title` above the heading. There are no outlet arguments for this plugin outlet. This was created from the question in: https://meta.discourse.org/t/insert-intro-text-on-s-page/390569 --------- Co-authored-by: Jarek Radosz <jarek@cvx.dev>
This commit is contained in:
co-authored by
Jarek Radosz
parent
550226f383
commit
3b66313402
@@ -1,7 +1,10 @@
|
||||
import PluginOutlet from "discourse/components/plugin-outlet";
|
||||
import { i18n } from "discourse-i18n";
|
||||
|
||||
export default <template>
|
||||
<div class="container">
|
||||
<PluginOutlet @name="above-subscriptions-subscribe-title" />
|
||||
|
||||
<div class="title-wrapper">
|
||||
<h1>
|
||||
{{i18n "discourse_subscriptions.subscribe.title"}}
|
||||
|
||||
Reference in New Issue
Block a user