Type: Boolean

Default: true

This setting allows the adding of a horizontal line into the editor content.

You can completely disable the line adding, for this set the setting false.

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