<kendo:editor-nonSplittableTagsOnPasteItem>
When pasting a block element inside an element such as a list ul, the list gets split in half and the block element is inserted between the two ul elements.This configuration enables you to specify elements for which the above behavior will be ignored.
Example
<kendo:editor-nonSplittableTagsOnPaste>
<kendo:editor-nonSplittableTagsOnPasteItem></kendo:editor-nonSplittableTagsOnPasteItem>
</kendo:editor-nonSplittableTagsOnPaste>
Configuration Attributes
tag java.lang.String
An extension of the nonSplittableTagsOnPaste configuration. You can specify an array of objects instead of array of strings if you want to configure additional settings.
Example
<kendo:editor-nonSplittableTagsOnPasteItem tag="tag">
</kendo:editor-nonSplittableTagsOnPasteItem>
unwrap boolean
By default the pasted content will be unwrapped from its parent elements when the nonSplittableTagsOnPaste configuration is enabled. This property enables you to stop that behavior.
Example
<kendo:editor-nonSplittableTagsOnPasteItem unwrap="unwrap">
</kendo:editor-nonSplittableTagsOnPasteItem>