Documentation / Settings

State

Type: Number

Default: 200

The state is used to save the undo and redo steps.

You can change the number of steps that will be stored in the state.

Redactor('#entry', {
    state: {
        limit: 2
    }
});