update filemanager view, add filemanager into tinymce

This commit is contained in:
Simon Vieille 2021-06-16 18:40:26 +02:00
commit 35d04cc0b6
36 changed files with 723 additions and 185 deletions

View file

@ -18,7 +18,8 @@ class NavigationSettingFactory implements FactoryInterface
$entity
->setNavigation($navigation)
->setCode($code);
->setCode($code)
;
return $entity;
}