Search In
Learn from 350 other Umbracians at the annual Umbraco Conference - CodeGarden '13. More than twenty high quality sessions, open spaces, hackathons and social events you'll remember. Not to be missed! Less than 45 tickets left - get yours now!
Hi folks
Does anyone know how to disable codeMirror from within the umbraco admin?
I find it very slow on large css files, but the thing that really gets me is changing tab indents to be "2 spaces", which makes the scripts and xslt a bit messy. I use an external text editor to edit scripts anyway, so would love to know how to get rid of codemirror!
Anyone have any ideas?
Cheers,
Dan
Hi Dan,
In umbracoSettings.config... set the "scriptDisableEditor" to true.
Cheers, Lee.
Seems obvious now ^^
Cheers Lee
It's the old "easy once you know how"! ;-)