Skip to content

Commit

Permalink
feat: Add a property to post to your network or not - MEED-2075 - Mee…
Browse files Browse the repository at this point in the history
…ds-io/MIPs#54 (#1098)

This change will add a property to post to your network or not.
  • Loading branch information
MayTekayaa committed Sep 21, 2023
1 parent e0d6968 commit 84a6da0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="exo.social.portalConfig.metadata.importmode" value="${exo.social.portalConfig.metadata.importmode:OVERWRITE}" />
<property name="io.meeds.useWebuiResources" value="false" />
<property name="exo.feature.EditorAttachImage.enabled" value="${exo.feature.EditorAttachImage.enabled:true}" />
<property name="exo.feature.PostToNetwork.enabled" value="${exo.feature.PostToNetwork.enabled:true}" />
</properties-param>
</init-params>
</component>
Expand Down

0 comments on commit 84a6da0

Please sign in to comment.