Documentation
Noneditable
Type: String
Default: noneditable
This setting sets the class for defining non-editable areas in the content.
ArticleEditor('#entry', {
css: '/your-article-dist-path/',
noneditable: {
classname: 'my-noneditable'
}
});