这是我对ckeditor的配置,
ivory_ck_editor:
input_sync: true
default_config: base_config
plugins:
uploadimage:
path: "/bundles/ckeditor/plugins/uploadimage" # note the path
filename: "plugin.js"
configs:
base_config:
extraPlugins: 'uploadimage'
toolbarGroups:
- { name: 'basicstyles', groups: [ 'basicstyles'] }
- { name: "paragraph", groups: [ 'align' ] }
- { name: "styles", groups: ['styles'] }
- { name: "insert", groups: ['insert'] }
removeButtons:'Source,Save,NewPage,Print,Preview,Templates,Cut,Undo,Find'
我有uploadimage
插件可以拖放图像,但是我无法集成该插件,需要一些帮助才能在ckeditorbundle中配置此插件。
上传图像插件位置:/ web // bundles / ivoryckeditor / plugins / uploadimage