grapesjs
Version:
Free and Open Source Web Builder Framework
28 lines (19 loc) • 461 B
JavaScript
module.exports = {
// If true renders editor on init
autorender: 1,
// Where init the editor
container: '',
// HTML string or object of components
components: '',
// CSS string or object of rules
style: '',
// If true, will fetch HTML and CSS from selected container
fromElement: 0,
// ---
// Storage Manager
storageManager: {},
// Array of plugins to init
plugins: [],
// Custom options for plugins
pluginsOpts: {}
};