Hi, I'm currently using a custom config.js for initialising the RichTextEditor. 
In doing so, the magnolia links plugin is no longer available. I've tried to 
manually configure this in the config.js as follows:

[code]
        config.plugins = 'magnolialink';

        // The toolbar groups arrangement, optimized for two toolbar rows.
        config.toolbarGroups = [
                { name: 'links' }, groups: [ 'Link', 'InternalLink', 'DamLink', 
'Unlink']
        ...
        ...

[/code]

It looks like this plugin is initialised in the method 
info.magnolia.ui.form.field.factory.RichTextFieldFactory.initializeCKEditorConfig()
 which looks for a custom config, and if finds one, returns a new instance of 
MagnoliaRichTextFieldConfig without initialising the toolbar - 
info.magnolia.ui.form.field.factory.RichTextFieldFactory.initializeToolbarConfig()

I assume my configuration for the magnolia plugin is incorrect. Can anyone help 
with this please? Do I need to specify the plugin location, and if so, where is 
it? Thanks!

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=086ff14d-59a4-4ff9-a261-b2bd1078ea70


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to