Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 387 Bytes

summernote-integration.md

File metadata and controls

18 lines (13 loc) · 387 Bytes

Summernote integration

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.