Skip to content

Commit

Permalink
feat: Reorder navigation nodes - EXO-66871 - Meeds-io/MIPs#88
Browse files Browse the repository at this point in the history
  • Loading branch information
azayati committed Oct 20, 2023
1 parent 9b600a0 commit 5ef0497
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<set-method>initListener</set-method>
<type>org.exoplatform.portal.config.NewPortalConfigListener</type>
<description>this listener init the portal configuration</description>
<priority>600</priority>
<init-params>
<object-param>
<name>portal.configuration</name>
Expand All @@ -86,7 +87,7 @@
<boolean>${exo.mfa.portalConfig.administration.override:true}</boolean>
</field>
<field name="importMode">
<string>${exo.mfa.portalConfig.administration.importmode:merge}</string>
<string>${exo.mfa.portalConfig.administration.importmode:insert}</string>
</field>
</object>
</object-param>
Expand Down

0 comments on commit 5ef0497

Please sign in to comment.