From 758b2c27990d61552ee512352eb0ac3373c450dc Mon Sep 17 00:00:00 2001 From: IlhemEssaadi <93516534+IlhemEssaadi@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:16:22 +0100 Subject: [PATCH] feat: Configure default icon for the the wallet node of new space with "community" space template - EXO-66660 - Meeds-io/MIPs#95 (#441) --- .../webapp/WEB-INF/conf/configuration.xml | 2 +- .../wallet/spaces-templates-configuration.xml | 73 +++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/spaces-templates-configuration.xml diff --git a/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml b/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml index 92f0c57780..c755dfdd68 100644 --- a/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml @@ -34,5 +34,5 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. war:/conf/wallet/app-center-configuration.xml war:/conf/wallet/navigation-categories-configuration.xml war:/conf/wallet/gamification-configuration.xml - + war:/conf/wallet/spaces-templates-configuration.xml diff --git a/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/spaces-templates-configuration.xml b/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/spaces-templates-configuration.xml new file mode 100644 index 0000000000..872a4ec63d --- /dev/null +++ b/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/spaces-templates-configuration.xml @@ -0,0 +1,73 @@ + + + + + org.exoplatform.social.core.space.spi.SpaceTemplateService + + + Space Template Extension + extendSpaceTemplatePlugin + org.exoplatform.social.core.space.SpaceTemplateConfigPlugin + + + template + Space Template + + + community + + + + + + + wallet + + + SpaceWallet + + + SpaceWallet + + + true + + + 500 + + + SpaceWallet + + + fas fa-wallet + + + + + + + + + + + + +