Added CKEditor field to edit bbcode WYSIWYG style.

This commit is contained in:
Jan Böhmer 2019-03-13 19:36:46 +01:00
parent 2c005dbe3f
commit daad7ec60a
12 changed files with 1214 additions and 2 deletions

View file

@ -17,4 +17,5 @@ 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],
];