I have different templates.
- default
- category
- article
- overview
They share some properties like the text-editor with it's settings.
<property name="article" type="text_editor">
<meta>
<title lang="de">Inhalt</title>
<title lang="en">Content</title>
</meta>
<params>
<param name="table" value="true"/>
<param name="link" value="true"/>
<param name="paste_from_word" value="true"/>
<param name="height" value="200"/>
<param name="max_height" value="2000"/>
<!-- CKEditor Parameters examples: -->
<param name="extra_allowed_content" value="img(*)[*]; span(*)[*]; div(*)[*]; iframe(*)[*]; script(*)[*]" />
</params>
</property>
I don't want to duplicate the configuration and instead link it from somewhere? I did not find anything about it in the Sulu-Docs, but I'm sure there is a solution for this.