Remove FOS CKEditor bundle as we dont use it anymore

We now use our self-written elements with CKEDITOR5
This commit is contained in:
Jan Böhmer 2022-07-26 21:26:30 +02:00
parent 898803e3ce
commit fdcfb95ac7
7 changed files with 14 additions and 193 deletions

View file

@ -63,7 +63,6 @@ use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
use Symfony\Component\Form\Extension\Core\Type\ResetType;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\Extension\Core\Type\UrlType;
use Symfony\Component\Form\FormBuilderInterface;