Documentation
Plugins
Type: Array
Default: empty
This sets plugins the editor should connect.
To connect plugins when starting the editor, specify an array with the name of the plugin:
RedactorX('#entry', {
plugins: ['myplugin']
});
Or several plugins:
RedactorX('#entry', {
plugins: ['myplugin', 'myplugin2', 'myplugin3']
});
dkjgvo65776inru43654