Skip to content

Commit

Permalink
feat: Rename social.core to social package - Meeds-io/MIPs#165
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Nov 4, 2024
1 parent c474e82 commit 254b449
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">

<external-component-plugins>
<target-component>io.meeds.social.core.richeditor.RichEditorConfigurationService</target-component>
<target-component>io.meeds.social.richeditor.RichEditorConfigurationService</target-component>
<component-plugin>
<name>BaseCKEditorConfiguration</name>
<set-method>addPlugin</set-method>
<type>io.meeds.social.core.richeditor.RichEditorConfigurationPlugin</type>
<type>io.meeds.social.richeditor.RichEditorConfigurationPlugin</type>
<init-params>
<object-param>
<name>BaseCKEditorConfiguration</name>
<object type="io.meeds.social.core.richeditor.RichEditorConfiguration">
<object type="io.meeds.social.richeditor.RichEditorConfiguration">
<field name="instanceType">
<string>taskCommentContent</string>
</field>
Expand All @@ -46,11 +46,11 @@
<component-plugin>
<name>BaseCKEditorConfiguration</name>
<set-method>addPlugin</set-method>
<type>io.meeds.social.core.richeditor.RichEditorConfigurationPlugin</type>
<type>io.meeds.social.richeditor.RichEditorConfigurationPlugin</type>
<init-params>
<object-param>
<name>BaseCKEditorConfiguration</name>
<object type="io.meeds.social.core.richeditor.RichEditorConfiguration">
<object type="io.meeds.social.richeditor.RichEditorConfiguration">
<field name="instanceType">
<string>taskContent</string>
</field>
Expand Down

0 comments on commit 254b449

Please sign in to comment.