Not to worry, figured it out
edited the couch/addons/inline/theme/scripts.php
and that seems to do the trick. will report back if any problems.
cheers
edited the couch/addons/inline/theme/scripts.php
- Code: Select all
if( inline ){
editor.on( 'configLoaded', function(){
editor.config.extraPlugins = 'inlinesave';
set_toolbar();
// added following three lines
editor.config.extraPlugins = 'lineutils';
editor.config.extraPlugins = 'widget';
editor.config.extraPlugins = 'image2';
and that seems to do the trick. will report back if any problems.
cheers