Changeset 32438 for main/trunk


Ignore:
Timestamp:
2018-09-11T12:59:51+12:00 (6 years ago)
Author:
kjdon
Message:

CKEditor: added Image and SourceDialog plugins to allow image tag editing, and source code editing. config.js modified to include the plugins

Location:
main/trunk/greenstone3/web/interfaces/default/js/ckeditor
Files:
164 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/ckeditor/config.js

    r32057 r32438  
    2020    // The following stops CKEDITOR from meddling with existing HTML:
    2121    config.allowedContent = true;
     22    // add in the image plugin - allows editing image links etc, and
     23    // sourcedialog plugin - give a sourcecode view for editing.
     24    config.extraPlugins = 'image,sourcedialog';
    2225};
Note: See TracChangeset for help on using the changeset viewer.