You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
2.0 KiB
42 lines
2.0 KiB
ivory_ck_editor:
|
|
autoload: false
|
|
base_path: "bundles/ivoryckeditor"
|
|
js_path: "bundles/ivoryckeditor/ckeditor.js"
|
|
default_config: default
|
|
configs:
|
|
chamilo:
|
|
filebrowserBrowseRoute: elfinder
|
|
filebrowserBrowseRouteParameters: []
|
|
default:
|
|
# default toolbar plus Format button
|
|
toolbar:
|
|
- [Bold, Italic, Underline, -, Cut, Copy, Paste, PasteText, PasteFromWord, -, Undo, Redo, -, NumberedList, BulletedList, -, Outdent, Indent, -, Blockquote, -, Image, Link, Unlink, Table]
|
|
- [Format, Maximize, Source]
|
|
|
|
filebrowserBrowseRoute: admin_chamilo_media_media_ckeditor_browser
|
|
filebrowserImageBrowseRoute: admin_chamilo_media_media_ckeditor_browser
|
|
# Display images by default when clicking the image dialog browse button
|
|
filebrowserImageBrowseRouteParameters:
|
|
provider: sonata.media.provider.image
|
|
filebrowserUploadRoute: admin_chamilo_media_media_ckeditor_upload
|
|
filebrowserUploadRouteParameters:
|
|
provider: sonata.media.provider.file
|
|
# Upload file as image when sending a file from the image dialog
|
|
filebrowserImageUploadRoute: admin_chamilo_media_media_ckeditor_upload
|
|
filebrowserImageUploadRouteParameters:
|
|
provider: sonata.media.provider.image
|
|
context: default # Optional, to upload in a custom context, see sonata_media.yaml
|
|
format: medium
|
|
plugins:
|
|
wordcount:
|
|
path: "/bundles/chamilocore/ckeditor/plugins/wordcount"
|
|
filename: "plugin.js"
|
|
# adobeair:
|
|
# path: "/bundles/chamilocore/components/ckeditor/plugins/adobeair"
|
|
# filename: "plugin.js"
|
|
# iframedialog:
|
|
# path: "/bundles/chamilocore/components/ckeditor/plugins/iframedialog"
|
|
# filename: "plugin.js"
|
|
# docprops:
|
|
# path: "/bundles/chamilocore/components/ckeditor/plugins/docprops"
|
|
# filename: "plugin.js"
|
|
|