Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created June 6, 2014 03:43
Show Gist options
  • Select an option

  • Save flashvnn/58c0dcb083bc4167bc11 to your computer and use it in GitHub Desktop.

Select an option

Save flashvnn/58c0dcb083bc4167bc11 to your computer and use it in GitHub Desktop.
CKeditor remove bottom bar and change height
config.removePlugins = 'elementspath';
config.resize_enabled = false;
config.height = 30;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment