META-INF.resources.primefaces-extensions.ckeditor.config.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resources-ckeditor Show documentation
Show all versions of resources-ckeditor Show documentation
CKEditor Resources for PrimeFaces Extensions Project for Maven.
/**
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. 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.mathJaxLib = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML'
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy