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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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>