Summernote integration

July 8, 2018 ยท View on GitHub

Update the editor property in your app/config.yml Set Summernote editor type:

fm_elfinder:
    editor: summernote

Edit template that contains summernote instance (the same way as for tinymce)

{{ elfinder_summernote_init('instance_name') }}
{{ summernote_init() }}

Don't forget to enable elfinder plugin in summernote configuration.