Skip to content

Commit

Permalink
Fix: resolve rebase conflicts in NoteHeadScripts script feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Nov 27, 2024
1 parent d3d64bc commit 449e613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd"
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">
<component>
<key>NotesEditorInsertImageOptionFeatureProperties</key>
<key>NoteFeatureProperties</key>
<type>org.exoplatform.container.ExtendedPropertyConfigurator</type>
<init-params>
<properties-param>
<name>NotesEditorInsertImageOptionFeatureProperties</name>
<description>Insert image Feature enablement flag</description>
<name>NoteFeatureProperties</name>
<description>Note Feature enablement flag</description>
<property name="exo.feature.insertImage.enabled"
value="${exo.feature.insertImage.enabled:false}"/>
<property name="exo.feature.notePublication.enabled"
value="${exo.feature.notePublication.enabled:false}"/>
</properties-param>
</init-params>
</component>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
%>

<script type="text/javascript" id="NoteHeadScripts">
<<<<<<< HEAD
eXo.env.portal.notePublicationEnabled = <%=featureService.isFeatureActiveForUser("notePublication", userName)%>;
</script>
=======
eXo.env.portal.insertImageOptionEnabled = <%=featureService.isFeatureActiveForUser("insertImage", userName)%>;
</script>
>>>>>>> e95f4435b (feat: Implement Notes/Content insert image option - EXO-74754 - Meeds-io/MIPs#145 (#1211))

0 comments on commit 449e613

Please sign in to comment.