Sha256: e071dad5402c387b2e4c49d9ecff31ac596c9d0f75169bc83a6cf5030b69d73a

Contents?: true

Size: 697 Bytes

Versions: 1

Compression:

Stored size: 697 Bytes

Contents

/**
 * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
 */

CKEDITOR.editorConfig = function( config ) {
	// Define changes to default configuration here. For example:
	// config.language = 'fr';
	// config.uiColor = '#AADC6E';

    config.extraAllowedContent     = ['span(*)','button[name]']
    config.removePlugins = ['iframe', 'forms', 'exportpdf', 'scayt', 'a11yhelp'];
    config.removeButtons = 'NewPage,Preview,Print,Templates,Strike,Superscript,Subscript,' +
        'CopyFormatting,Blockquote,BidiLtr,BidiRtl,Language,Smiley,SpecialChar,PageBreak,Paste,PasteText,PasteFromWord';
};

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
drg_default_html_editor-0.7.0.3 app/assets/javascripts/ckeditor/config.js