Documentation / Settings

Overview

Settings passes as an object when the editor starts. Here is an example of calling the editor with the settings:


Redactor('#entry', {
    source: false,
    image: {
        upload: '/path-to-upload/'
    }
});
General settings
Here is a set of the most basic settings for Redactor