UNPKG

@ckeditor/ckeditor5-ckbox

Version:

CKBox integration for CKEditor 5.

59 lines (58 loc) 1.31 kB
{ "plugins": [ { "name": "CKBox", "className": "CKBox", "description": "Allows inserting images as well as links to files into the rich-text editor content.", "docs": "features/file-management/ckbox.html", "path": "src/ckbox.js", "requires": [ "CloudServices", "Link", [ "ImageBlock", "ImageInline" ], "ImageUpload", "PictureEditing" ], "uiComponents": [ { "name": "ckbox", "type": "Button", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/browse-files.svg" } ], "htmlOutput": [ { "elements": [ "a", "figure", "img" ], "attributes": [ "data-ckbox-resource-id" ], "_comment": "If `config.ckbox.ignoreDataId` is set to false (off), the asset ID as the `data-ckbox-resource-id` attribute is added on the inserted elements (by default)." } ] }, { "name": "CKBox Image Edit", "className": "CKBoxImageEdit", "description": "Allows editing images.", "docs": "features/file-management/ckbox.html", "path": "src/ckboximageedit.js", "requires": [ "CKBox" ], "uiComponents": [ { "name": "ckboxImageEdit", "type": "Button", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/ckbox-image-edit.svg" } ] } ] }