Skip to content

Commit

Permalink
feat: Configure SpaceNodeIconsPlugin upgrade plugin to set icons for …
Browse files Browse the repository at this point in the history
…old spaces nodes - EXO-66789 - Meeds-io/MIPs#95 (#177) (#178)
  • Loading branch information
IlhemEssaadi authored Nov 20, 2023
1 parent 3489fc7 commit a93f0c3
Showing 1 changed file with 43 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,48 @@
</value-param>
</init-params>
</component-plugin>
<component-plugin>
<name>SpaceNodeIconsPlugin</name>
<set-method>addUpgradePlugin</set-method>
<type>org.exoplatform.social.core.upgrade.SpaceNodeIconsPlugin</type>
<description>Configure space node icons</description>
<init-params>
<value-param>
<name>product.group.id</name>
<description>The groupId of the product</description>
<value>org.exoplatform.platform</value>
</value-param>
<value-param>
<name>plugin.upgrade.target.version</name>
<description>The plugin target version (will not be executed if previous version is equal or higher than 6.5.0)</description>
<value>6.5.0</value>
</value-param>
<value-param>
<name>space.node.names</name>
<description>The plugin will set the icons of these space nodes names</description>
<value>settings;members;notes;tasks,TaskManagementApplication,Tasks;SpaceWallet;agenda,Calendar;documents</value>
</value-param>
<value-param>
<name>space.node.icons</name>
<description>The plugin will set the space nodes icons with these icons</description>
<value>fas fa-cog;fas fa-users;fas fa-clipboard;fas fa-tasks;fas fa-wallet;fas fa-calendar-alt;fas fa-folder-open</value>
</value-param>
<value-param>
<name>plugin.execution.order</name>
<description>The plugin execution order</description>
<value>100</value>
</value-param>
<value-param>
<name>plugin.upgrade.execute.once</name>
<description>The plugin must be executed only once</description>
<value>true</value>
</value-param>
<value-param>
<name>plugin.upgrade.async.execution</name>
<description>The plugin will be executed in an asynchronous mode</description>
<value>true</value>
</value-param>
</init-params>
</component-plugin>
</external-component-plugins>


</configuration>

0 comments on commit a93f0c3

Please sign in to comment.