As the title says, the config file doesn't do anything. I downloaded the examples and tried to mess with the settings, but nothing happens. Do you have to put the file in some special position or something?
If so, this should probably be documented, it's rather frustrating to find that the demo doesn't even work.
If so, this should probably be documented, it's rather frustrating to find that the demo doesn't even work.
Re: config doesn't work
I would say it's quite a bold statement to say this:
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: config doesn't work
One way to see the results of modifying your config.js file (in ckeditor root folder) is to open the file and remove the // from config.language = 'fr' or config.uiColor = '#AADC6E'. You should immediately see the difference when you go to ckeditor\_samples and open some sample files that include the editor (// renders the code inactive so removing the slashes activates the changes). Remember that customization code must be located before };
When I first started playing with CKEditor I accidentally deleted }; and saved without noticing it. Then all my future modifications didn't work and it drove me crazy...
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!