Skip to content

Commit

Permalink
fix: Add bottom container to administration page - MEED-8173 - Meeds-…
Browse files Browse the repository at this point in the history
…io/MIPs#157

This PR will add bottom container to administration page
  • Loading branch information
AzmiTouil committed Jan 17, 2025
1 parent a8d291f commit 80bfba9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2236,5 +2236,49 @@
</object-param>
</init-params>
</component-plugin>
<component-plugin>
<name>BottomAllContainerAdministrationSiteLayoutUpgrade</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<description>An upgrade plugin to add bottom all container</description>
<init-params>
<value-param>
<name>product.group.id</name>
<value>org.exoplatform.social</value>
</value-param>
<value-param>
<name>plugin.execution.order</name>
<value>120</value>
</value-param>
<value-param>
<name>plugin.upgrade.execute.once</name>
<value>true</value>
</value-param>
<value-param>
<name>enabled</name>
<value>true</value>
</value-param>
<object-param>
<name>overview.upgrade</name>
<object type="io.meeds.social.upgrade.model.LayoutUpgrade">
<field name="updatePortalConfig">
<boolean>true</boolean>
</field>
<field name="importMode">
<string>MERGE</string>
</field>
<field name="configPath">
<string>war:/conf/sites/</string>
</field>
<field name="portalType">
<string>portal</string>
</field>
<field name="portalName">
<string>administration</string>
</field>
</object>
</object-param>
</init-params>
</component-plugin>
</external-component-plugins>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@
</container>
</container>
</container>
<container id="bottom-all-container" template="system:/groovy/portal/webui/container/UIAddOnContainer.gtmpl">
<name>bottom-all-container</name>
<factory-id>addonContainer</factory-id>
</container>
</portal-layout>
</portal-config>

0 comments on commit 80bfba9

Please # to comment.