The class name for the empty editor
The class name for empty nodes
You can use a function to return a dynamic class name or a string.
Controls if the placeholder should be shown for all descendants.
If true, the placeholder will be shown for all descendants. If false, the placeholder will only be shown for the current node.
The placeholder content
You can use a function to return a dynamic placeholder or a string.
Checks if the placeholder should be only shown when the current node is empty.
If true, the placeholder will only be shown when the current node is empty. If false, the placeholder will be shown when any node is empty.
Checks if the placeholder should be only shown when the editor is editable.
If true, the placeholder will only be shown when the editor is editable. If false, the placeholder will always be shown.
The data-attribute used for the placeholder label Will be prepended with
data-and converted to kebab-case and cleaned of special characters.