Type: Array
Default: []
This setting tells the editor not to close self closing xml tags that are specified in it.
For example, if your content has the <mvt:eval expr=“something” />
tag, it will not be forced closed by the closing tag.
Redactor('#entry', {
paragraphizer: {
selfClosingXmlTags: ['mvt:eval', 'mvt:insert']
}
});