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:
Redactor('#entry', {
plugins: ['myplugin']
});
Or several plugins:
Redactor('#entry', {
plugins: ['myplugin', 'myplugin2', 'myplugin3']
});