<?phpnamespace App;use Pimcore\Extension\Bundle\AbstractPimcoreBundle;class App extends AbstractPimcoreBundle { public function getJsPaths() { return [ '/build/ckeditor/config.js' ]; } public function getEditmodeJsPaths() { return [ '/build/ckeditor/config.js' ]; } public function getCssPaths() { return [ '/build/ckeditor.css' ]; }}