Type: Number

Default: 100

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.

ArticleEditor('#entry', {
    css: '/your-article-dist-path/',
    state: {
        limit: 2
    }
});