File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function getConfigTreeBuilder()
4747 ->end ()
4848 ->scalarNode ('stanbol_url ' )->defaultValue ('http://dev.iks-project.eu:8081 ' )->end ()
4949 ->booleanNode ('fixed_toolbar ' )->defaultTrue ()->end ()
50- ->scalarNode ('editor_base_path ' )->defaultValue ('/ bundles/cmfcreate/vendor/ckeditor/ ' )->end ()
50+ ->scalarNode ('editor_base_path ' )->defaultValue ('bundles/cmfcreate/vendor/ckeditor/ ' )->end ()
5151 ->arrayNode ('plain_text_types ' )
5252 ->useAttributeAsKey ('name ' )
5353 ->prototype ('scalar ' )->end ()
Original file line number Diff line number Diff line change 11{% include " CmfCreateBundle::includejsfiles-create.html.twig" %}
22
3- <script >window .CKEDITOR_BASEPATH = ' {{ cmfCreateEditorBasePath }}' ;</script >
3+ <script >window .CKEDITOR_BASEPATH = ' {{ asset( cmfCreateEditorBasePath) }}' ;</script >
44{% javascripts output=" /js/ckeditor.js"
55 ' @CmfCreateBundle/Resources/public/vendor/ckeditor/ckeditor.js'
66 ' @CmfCreateBundle/Resources/public/js/init-create-ckeditor.js'
You can’t perform that action at this time.
0 commit comments