Either the config.js file in the main CKE folder, or any custom config file(s) you may be using.
I'm guessing you haven't gotten that deep into it yet, so look for config.js. Tuck it into the editorConfig function, in a vanilla install you'll see a couple of examples commented out.
I'd also go poking around the config options - lots of ways to control how CKE looks/behaves.
Change "enterMode" to "ENTER
Set "enterMode" to "ENTER_BR".
In your config file:
config.enterMode = CKEDITOR.ENTER_BR;
Adjust the 'config' bit as necessary, depending on how you have things set up.
how is the file?
I'm sorry,
which file have i to change in order to write this setting?
config.enterMode = CKEDITOR.ENTER_BR;
ty
Either the config.js file in
Either the config.js file in the main CKE folder, or any custom config file(s) you may be using.
I'm guessing you haven't gotten that deep into it yet, so look for config.js. Tuck it into the editorConfig function, in a vanilla install you'll see a couple of examples commented out.
I'd also go poking around the config options - lots of ways to control how CKE looks/behaves.
Done. Ty!
Done. Ty!
Read here about different
Read here about different methods to set CKEditor configuration.
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!