CKEditor Div as Block
9 sites
Security covered
This module allows you to designate specific divs as content blocks within CKEditor. It aims to resolve an issue where the editor might incorrectly treat all divs the same, preventing accidental modification of other divs. This is particularly useful when using CKEditor with template packs.
AI UsedThis module was built with the assistance of an LLM
This module is to hopefully address an upstream issue in Ckeditor https://github.com/ckeditor/ckeditor5/issues/6462.
For our use case we are using it with ckeditor5_plugin_pack_templates as we didn't want to impact other divs in case.