Documentation
Overview
Settings passes as an object when the editor starts. Here is an example of calling the editor with the settings:
Revolvapp('#myemail', {
source: false,
editor: {
path: '/revolvapp-dist/',
template: '/my-folder/template.html'
}
});
The first setting source
turns off the source code view, and the second setting's object defines the path to the Revolvapp folder and to the template.
dkjgvo65776inru43654