diff --git a/data-upgrade-navigations/src/main/resources/conf/portal/configuration.xml b/data-upgrade-navigations/src/main/resources/conf/portal/configuration.xml index 1fd164033..90742dd82 100644 --- a/data-upgrade-navigations/src/main/resources/conf/portal/configuration.xml +++ b/data-upgrade-navigations/src/main/resources/conf/portal/configuration.xml @@ -152,7 +152,48 @@ + + SpaceNodeIconsPlugin + addUpgradePlugin + org.exoplatform.social.core.upgrade.SpaceNodeIconsPlugin + Configure space node icons + + + product.group.id + The groupId of the product + org.exoplatform.platform + + + plugin.upgrade.target.version + The plugin target version (will not be executed if previous version is equal or higher than 6.5.0) + 6.5.0 + + + space.node.names + The plugin will set the icons of these space nodes names + settings;members;notes;tasks,TaskManagementApplication,Tasks;SpaceWallet;agenda,Calendar;documents + + + space.node.icons + The plugin will set the space nodes icons with these icons + fas fa-cog;fas fa-users;fas fa-clipboard;fas fa-tasks;fas fa-wallet;fas fa-calendar-alt;fas fa-folder-open + + + plugin.execution.order + The plugin execution order + 100 + + + plugin.upgrade.execute.once + The plugin must be executed only once + true + + + plugin.upgrade.async.execution + The plugin will be executed in an asynchronous mode + true + + + - -