CustomConfigurationsPath

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

CustomConfigurationsPath

When making changes to the fckconfig.js file, you have to remember to reapply those changes in the file when upgrading FCKeditor to a newer version. This could be tedious or you could even not remember this.

To make thinks easier, you can simply use this setting to point the editor to a secondary configuration file that overrides the configurations defined in the default fckconfig.js file. So, you can place that file anywhere outside the FCKeditor installation directory.

You don't need to make a copy of the fckconfig.js file. Just include the configurations you want to change in your file.

Example:

FCKConfig.CustomConfigurationsPath = '/myconfig.js' ;

See Method 1 in Configuration File Section for more information.

This page was last edited on 10 January 2008, at 10:14.