Sha256: 2ef9dbb42a5847718d90ab9e50dde633ec3afd923858e0cdbd19317b9b8ab5d6

Contents?: true

Size: 1.72 KB

Versions: 53

Compression:

Stored size: 1.72 KB

Contents

CKEDITOR.editorConfig = (config) ->
  config.language = "de"
  config.extraAllowedContent = 'iframe[*]'
  config.removeButtons = "Anchor,Underline,Strike,Subscript,Superscript"
  config.format_tags = "p;h1;h2;h3;h4;pre"
  config.toolbar = [["Format"],
                    ["Bold", "Italic", "Underline", "Strike", "-", "Subscript", "Superscript"],
                    ["Table", "HorizontalRule", "SpecialChar"], ["Link", "Unlink"],
                    ["Undo", "Redo", "-", "RemoveFormat", "Cut", "Copy", "Paste"],
                    ["Source", "-", "ShowBlocks", "-", "About"],
                    ["Maximize"]]

  config.linkShowAdvancedTab = false
  config.linkShowTargetTab = false

  config.removePlugins = 'link'
  config.extraPlugins = 'adv_link'

  true

# Image Upload options:
# ---------------------

# enable theese two:
  # config.filebrowserUploadUrl = '/cms/ckimages'
  # config.filebrowserBrowseUrl = '/cms/ckimages'

# and add this button:
  # 'Image'


# FULL OPTIONS:
#[
#['Source','-','Save','NewPage','Preview','-','Templates'],
#['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
#['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
#['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
#'/',
#['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
#['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
#['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
#['Link','Unlink','Anchor'],
#['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
#'/',
#['Styles','Format','Font','FontSize'],
#['TextColor','BGColor'],
#['Maximize', 'ShowBlocks','-','About']
#]

Version data entries

53 entries across 28 versions & 2 rubygems

Version Path
qbrick-2.7.1 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.7 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.10 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.9 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.9 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.8 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.8 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.7 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.7 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.6 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.6 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.5 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.5 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.4 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.4 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.3 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.3 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.2 lib/templates/qbrick/assets/ck-config.js.coffee
qbrick-2.6.2 spec/dummy/app/assets/javascripts/qbrick/cms/ck-config.js.coffee
qbrick-2.6.1 lib/templates/qbrick/assets/ck-config.js.coffee