summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
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";
+};