Skip to content

Commit

Permalink
bug #2410 Enabled the form type configurator for FOS CKEditor (javier…
Browse files Browse the repository at this point in the history
…eguiluz)

This PR was squashed before being merged into the 1.x branch (closes #2410).

Discussion
----------

Enabled the form type configurator for FOS CKEditor

This bug was discovered when I tested the upcoming EasyAdmin 2.0 in the EasyAdmin Demo app and replaced IvoryCKEditor by FOSCkEditor.

Commits
-------

c004a01 Enabled the form type configurator for FOS CKEditor
  • Loading branch information
javiereguiluz committed Nov 11, 2018
2 parents aa30623 + c004a01 commit b673dc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/config/form.xml
Expand Up @@ -69,6 +69,11 @@
<tag name="easyadmin.form.type.configurator" priority="-130" />
</service>

<service id="easyadmin.form.type.configurator.fos_ckeditor" public="false"
class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator">
<tag name="easyadmin.form.type.configurator" priority="-130" />
</service>

<!-- Type Configurators -->

<service id="easyadmin.form.guesser.missing_doctrine_orm_type_guesser" public="true"
Expand Down

0 comments on commit b673dc3

Please sign in to comment.