Skip to content

Commit

Permalink
feat: Remove useless administration pages and navigations - EXO-67268 -
Browse files Browse the repository at this point in the history
  • Loading branch information
GouadriaHanen authored Nov 21, 2023
1 parent c96d985 commit c80f907
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 111 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,40 +71,5 @@
</object-param>
</init-params>
</component-plugin>
<component-plugin>
<name>new.portal.config.user.listener</name>
<set-method>initListener</set-method>
<type>org.exoplatform.portal.config.NewPortalConfigListener</type>
<description>this listener init the portal configuration</description>
<init-params>
<value-param>
<name>override</name>
<description></description>
<value>true</value>
</value-param>
<object-param>
<name>portal.configuration</name>
<description>description</description>
<object type="org.exoplatform.portal.config.NewPortalConfig">
<field name="predefinedOwner">
<collection type="java.util.HashSet">
<value>
<string>/platform/administrators</string>
</value>
</collection>
</field>
<field name="ownerType">
<string>group</string>
</field>
<field name="templateLocation">
<string>war:/conf/webconferencing/portal</string>
</field>
<!-- field name="importMode">
<string>merge</string>
</field -->
</object>
</object-param>
</init-params>
</component-plugin>
</external-component-plugins>
</configuration>

0 comments on commit c80f907

Please sign in to comment.