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

@ -14,7 +14,6 @@ return [
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Omines\DataTablesBundle\DataTablesBundle::class => ['all' => true],
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],