Impmroved Tinymce module

This commit is contained in:
Franck Allimant
2014-06-18 15:36:24 +02:00
parent 39c9ca1b2b
commit 04135032bf
187 changed files with 71 additions and 13158 deletions

View File

@@ -3,34 +3,4 @@
<config xmlns="http://thelia.net/schema/dic/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<loops>
<!-- sample definition
<loop name="MySuperLoop" class="MyModule\Loop\MySuperLoop" />
-->
</loops>
<forms>
<!--
<form name="MyFormName" class="MyModule\Form\MySuperForm" />
-->
</forms>
<commands>
<!--
<command class="MyModule\Command\MySuperCommand" />
-->
</commands>
<templateDirectives>
<!-- Sample definition
<templateDirectives class="MyModule\Directive\MyTemplateDirective" name="my_filter"/>
-->
</templateDirectives>
<services>
<service id="tinymce.listener" class="Tinymce\Listener\VerifyTinymceListener">
<tag name="kernel.event_subscriber"/>
</service>
</services>
</config>