Sha256: e7f0f2cb07aee52386dfa6ac4a588b901d46a7617a52af625756f1cb87209019

Contents?: true

Size: 805 Bytes

Versions: 4

Compression:

Stored size: 805 Bytes

Contents

var CKEDITOR_BASEPATH = '/assets/ckeditor/';
CKEDITOR.config.ignoreEmptyParagraph = false;
CKEDITOR.config.allowedContent = true;
CKEDITOR.config.baseHref = '/assets/ckeditor/';
CKEDITOR.config.height = 400;
CKEDITOR.config.width = '95.5%';
CKEDITOR.config.toolbarStartupExpanded = false;
CKEDITOR.config.toolbarGroups = [
  { name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
  { name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
  { name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
  '/',
  { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
  { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align' ] },
  { name: 'links' },
  { name: 'insert' },
  '/',
  { name: 'styles' },
  { name: 'colors' },
  { name: 'tools' },
  { name: 'others' }
];

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
georgia-0.7.3 app/assets/javascripts/georgia/ckeditor/config.js
georgia-0.7.2 app/assets/javascripts/georgia/ckeditor/config.js
georgia-0.7.1 app/assets/javascripts/georgia/ckeditor/config.js
georgia-0.7.0 app/assets/javascripts/georgia/ckeditor/config.js