apostrophe
Version:
The Apostrophe Content Management System.
11 lines (10 loc) • 433 B
JavaScript
// ----------------------
// The CKEDITOR.skin.name property must be set to the skin name. This is a
// lower-cased name, which must match the skin folder name as well as the value
// used on config.skin to tell the editor to use the skin.
//
// This is the only mandatory property to be defined in this file.
CKEDITOR.skin.name = 'apostrophe';
// NO platform specific CSS
CKEDITOR.skin.ua_editor = '';
CKEDITOR.skin.ua_dialog = '';