Documentation / Settings

Line

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.

Redactor('#entry', {
    line: false
});