Skip to content

Commit

Permalink
feat: Enabled Stateless WebUI Tree Building in Meeds by default - MEE…
Browse files Browse the repository at this point in the history
…D-8302 - Meeds-io/MIPs#175

This change will enable WebUI Tree Building Statically so that it becomes stateless and not related to current user session.
  • Loading branch information
boubaker authored and rdenarie committed Feb 6, 2025
1 parent af4f6e3 commit d4fba6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<init-params>
<properties-param>
<name>MeedsFeatureProperties</name>
<property name="exo.feature.pwa.enabled" value="${exo.feature.pwa.enabled:true}" />
<property name="exo.feature.EditorAttachImage.enabled" value="${exo.feature.EditorAttachImage.enabled:true}" />
<property name="exo.feature.customStylesheet.enabled" value="${exo.feature.customStylesheet.enabled:false}" />
<property name="exo.feature.pwa.enabled" value="true" />
<property name="exo.feature.EditorAttachImage.enabled" value="true" />
<property name="exo.feature.customStylesheet.enabled" value="false" />
<property name="exo.feature.portal.staticWebUIComponents.enabled" value="true" />
</properties-param>
</init-params>
</component>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@
</init-params>
</component-plugin>
<component-plugin>
<name>AdministrationSitePortalConfigUpgrade.12</name>
<name>AdministrationSitePortalConfigUpgrade.13</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<description>An upgrade plugin to delete some recognition administration navigations</description>
Expand Down Expand Up @@ -2240,7 +2240,7 @@
</init-params>
</component-plugin>
<component-plugin profiles="layout">
<name>PublicSitePortalConfigUpgrade.12</name>
<name>PublicSitePortalConfigUpgrade.13</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down Expand Up @@ -2280,7 +2280,7 @@
</init-params>
</component-plugin>
<component-plugin profiles="layout">
<name>PublicSiteTemplatePortalConfigUpgrade.12</name>
<name>PublicSiteTemplatePortalConfigUpgrade.13</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down Expand Up @@ -2320,7 +2320,7 @@
</init-params>
</component-plugin>
<component-plugin profiles="layout">
<name>SpacePublicSiteTemplatePortalConfigUpgrade.12</name>
<name>SpacePublicSiteTemplatePortalConfigUpgrade.13</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down Expand Up @@ -2360,7 +2360,7 @@
</init-params>
</component-plugin>
<component-plugin>
<name>LayoutEditorsPagesUpgrade.12</name>
<name>LayoutEditorsPagesUpgrade.13</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down Expand Up @@ -2428,7 +2428,7 @@
</init-params>
</component-plugin>
<component-plugin>
<name>MycraftMyteamPageUpgrade.12</name>
<name>MycraftMyteamPageUpgrade.13</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down

0 comments on commit d4fba6a

Please sign in to comment.