Documentation
Source
Type: Boolean
, Object
Default: true
By default, the editor has the ability to edit the source HTML code. There is a button on the toolbar that switches Article Editor to source mode. You can disable it using the source
setting, like this:
ArticleEditor('#entry', {
css: '/your-article-dist-path/',
source: false
});
Now the toolbar does not have a switch button in source mode.