Documentation / Settings

Container

border #

Type: Boolean

Default: true

Sometimes, you may want to turn off the border of an editor container, for example, if it is already in a wrapper with a border. This can be done in the following way:


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