wip.. ckeditor5

This commit is contained in:
2021-03-04 11:06:04 +01:00
parent 061a024151
commit cedf08b906
7 changed files with 423 additions and 8 deletions

View File

@@ -136,4 +136,8 @@ services:
Chill\MainBundle\Form\PermissionsGroupType:
tags:
- { name: form.type }
- { name: form.type }
Chill\MainBundle\Form\Extension\CKEditorExtension:
tags:
- { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\TextareaType }