module CKEditor5::Rails::Editor::Helpers::Editor
def ckeditor5_editable(name = nil, **kwargs, &block)
- Example: Creating a named editable area in multiroot editor -
Parameters:
-
kwargs
(Hash
) -- HTML attributes for the editable element -
name
(String
) -- Identifier for the editable area
def ckeditor5_editable(name = nil, **kwargs, &block) tag.public_send(:'ckeditor-editable-component', name: name, **kwargs, &block) end