Anyone know how to have the show blocks(from fck editor) enabled on a page load. We like the way that it shows content, so we would like to have it "turned on" whenever a page is loaded by default. Haven't dealt too much with the fck editor, but any help would be appreciated. Can this be done easily through C# or will it have to be js?
Thanks in advance.
Just add
config.startupOutlineBlocks = true;
to the function(config){} block in CMSAdminControls\CKeditor\config.js
Please, sign in to be able to submit a new answer.