summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-05 10:53:56 +0100
committerlsces <lester@lsces.co.uk>2026-04-05 10:53:56 +0100
commit3d13d497b77227f4659b0a9fbab3c742574ce88f (patch)
treeeb582b6b070f58006a9a9f48d3193120b4496ca7 /config.js
parentd9dd488ed928399e17ba94f40e2eb562f4404232 (diff)
downloadckeditor-3d13d497b77227f4659b0a9fbab3c742574ce88f.tar.gz
ckeditor-3d13d497b77227f4659b0a9fbab3c742574ce88f.tar.bz2
ckeditor-3d13d497b77227f4659b0a9fbab3c742574ce88f.zip
Tidy to the current production code. Ideally this needs upgrading to the latest ckeditor, but since the source option is now behind a paywall ... an alternative editor may be a better option.
Diffstat (limited to 'config.js')
-rwxr-xr-xconfig.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100755
index 0000000..5694526
--- /dev/null
+++ b/config.js
@@ -0,0 +1,12 @@
+/**
+ * @license Copyright (c) 2003-2019, 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.apiKey = "ELzjEO8Hfd3fPP738CYRMQSw";
+ //config.extraPlugins = "N1ED-editor";
+};