Sha256: 5ca202264010daf5768bdc1e812444835e91d0a194f6520ad88d188da8dfefea
Contents?: true
Size: 600 Bytes
Versions: 5
Compression:
Stored size: 600 Bytes
Contents
Cms.setup do |config| # Valid component file extensions that are allowed to be uploaded to the CMS. # Defaults to %w(.css .js .png .jpg .jpeg .gif .json .xml .fla .ico .txt) #config.valid_component_exts += %w(.xhtml .bmp) # Compnent file types that can be edited (text based) in the CMS. Make sure new extensions here are also set in the valid_component_exts setting. # Defaults to %w(.js .css .html .xml .txt) #config.editable_component_exts += %w(.xhtml) # The class of your apps context object if it has one. This attribute must be set last. #config.context_class = :Context end
Version data entries
5 entries across 5 versions & 1 rubygems