Sha256: cfbaa2151e43cf684f264354985201af9fd990d23bfc79ef75d0d0b577c27185
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 Bytes
Contents
CKEDITOR.config.ignoreEmptyParagraph = false; CKEDITOR.config.allowedContent = true; CKEDITOR.config.height = 400; CKEDITOR.config.width = '100%'; 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/assets/javascripts/georgia/ckeditor/config.js |