Skip to content

Commit

Permalink
Merge Space Templates Layout - Meeds-io/MIPs#165 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Nov 4, 2024
2 parents 70331e0 + 420f751 commit 6573efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,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>NewsCKEditorConfiguration</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>news</string>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,40 +89,5 @@
</init-params>
</component-plugin>
</external-component-plugins>
<external-component-plugins>
<target-component>org.exoplatform.portal.page.PageTemplateService</target-component>
<component-plugin>
<name>newsPageConfigs</name>
<set-method>addPageTemplate</set-method>
<type>org.exoplatform.portal.page.PageTemplatePlugin</type>
<init-params>
<object-param>
<name>category</name>
<object type="org.exoplatform.webui.core.model.SelectItemCategory">
<field name="name">
<string>newsPageConfigs</string>
</field>
<field name="options">
<collection type="java.util.ArrayList" item-type="org.exoplatform.webui.core.model.SelectItemOption">
<value>
<object type="org.exoplatform.webui.core.model.SelectItemOption">
<field name="label">
<string>newsPage.newsLayout</string>
</field>
<field name="value">
<string>news</string>
</field>
<field name="icon">
<string>NewsLayout</string>
</field>
</object>
</value>
</collection>
</field>
</object>
</object-param>
</init-params>
</component-plugin>
</external-component-plugins>

</configuration>

0 comments on commit 6573efb

Please sign in to comment.