Skip to content

Commit

Permalink
feat: Merge Meeds-io/MIPs#100 : set properties for site name engage a…
Browse files Browse the repository at this point in the history
…nd mycraft to eXo value
  • Loading branch information
rdenarie committed Nov 9, 2023
1 parent bfc7b33 commit 869f595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/src/main/resources/conf/portal/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<name>EnableMainStreamComposerProperty</name>
<description>Enable main stream composer property</description>
<property name="exo.feature.EditorAttachImage.enabled" value="${exo.feature.EditorAttachImage.enabled:true}" />
<property name="exo.feature.PostToNetwork.enabled" value="${exo.feature.PostToNetwork.enabled:true}" />
<property name="exo.feature.PostToNetwork.enabled" value="${exo.feature.PostToNetwork.enabled:true}" />
<property name="io.meeds.engagementSite.name" value="${io.meeds.engagementSite.name:engage}" />
<property name="io.meeds.myCraftSite.name" value="${io.meeds.myCraftSite.name:mycraft}" />
</properties-param>
</init-params>
</component>
Expand Down

0 comments on commit 869f595

Please sign in to comment.