Sha256: 1e80277daaa198f082ebbaa86718f15c1885b715ef05bcfac5ed78fa7e7320c5

Contents?: true

Size: 752 Bytes

Versions: 8

Compression:

Stored size: 752 Bytes

Contents

# Use this hook to configure ckeditor
if Object.const_defined?("Ckeditor")
  Ckeditor.setup do |config|
    # ==> ORM configuration
    # Load and configure the ORM. Supports :active_record (default), :mongo_mapper and
    # :mongoid (bson_ext recommended) by default. Other ORMs may be
    # available as additional gems.
    require "ckeditor/orm/mongoid"

    # Allowed image file types for upload.
    # Set to nil or [] (empty array) for all file types
    # config.image_file_types = ["jpg", "jpeg", "png", "gif", "tiff"]

    # Allowed attachment file types for upload.
    # Set to nil or [] (empty array) for all file types
    # config.attachment_file_types = ["doc", "docx", "xls", "odt", "ods", "pdf", "rar", "zip", "tar", "swf"]
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ckeditor-3.7.3 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.7.2 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.7.1 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.7.0 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.7.0.rc3 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.7.0.rc2 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.7.0.rc1 test/tmp/config/initializers/ckeditor.rb
ckeditor-3.6.2 test/tmp/config/initializers/ckeditor.rb