Documentation

Control

Type: Boolean

Default: true

This setting allows you to disable the control when you click on a block when editing.

ArticleEditor('#entry', {
    css: '/your-article-dist-path/',
    control: false
});