is there a place to make the full toolbar set the default?
\CMSAdminControls\CKeditor\config.js
near the end of the file change
config.toolbar = config.toolbar_Standard;
to
config.toolbar = config.toolbar_Full;
watch for a web.config key in a coming hotfix to address this problem.
This should be the correct answer . Set in Web.config file >> appSettings >>
< add key="CKEditor:DefaultToolbarSet" value="Full" / >
Please, sign in to be able to submit a new answer.