Skip to content

Arijeet996/ckeditor5_embedded_content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor5 Embedded Content

This module provides a way to allow editors to insert styled components into CKEditor without having to grant the editors permission

  • Styling of each component can be
  • Editors don't require permission to set classes to HTML
  • Developers can create more complex components
  • Thanks to Ckeditor5 the elements are immediately upcasted and visible in the editor.

Usage

Enable the Embedded Content text filter:

  1. Create a new text filter or edit an existing one and enable CKEditor 5.
  2. Drag the 'Embedded Content' icon to the Ckeditor Toolbar
  3. Enable the 'Embedded Content' filter.

Create one or more 'EmbeddedContent' plugins.

  • Enable ckeditor5_embedded_content_examples for a working example.

Development

This module has been tested using build of node version 18. Use nvm to install and/or change to version 18.

  1. npm install
  2. npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages