DEV: Add a plugin outlet for admin upgrade-header (#20274)

This commit is contained in:
Jarek Radosz
2023-02-14 00:03:46 +01:00
committed by GitHub
parent 1c64b2dd95
commit 2d99e508c6
@@ -130,10 +130,16 @@
</div>
</div>
{{/if}}
<CustomHtml
@name="upgrade-header"
@versionCheck={{this.versionCheck}}
@tagName="div"
@classNames="upgrade-header"
/>
<PluginOutlet
@name="admin-upgrade-header"
@outletArgs={{hash versionCheck=this.versionCheck}}
/>
</div>