Sha256: 6ec74e3bb2a05c7a03ba063fba5e4df72d3b029a66855236bc0c5422a645832f
Contents?: true
Size: 1.08 KB
Versions: 14
Compression:
Stored size: 1.08 KB
Contents
Ecm::Cms.configure do |config| # Set the default handler for pages, partials and templates # # Default: config.default_handlers = { # page: :textile, # partial: :textile, # template: :textile # } # config.default_handlers = { page: :textile, partial: :textile, template: :textile } # Set the base controller for the page controller # # Default: config.base_controller = 'ApplicationController' # config.base_controller = 'ApplicationController' # Set the property keys for navigation items. This keys will be accessible through the create/edit form. # # Example: You configured vaigation_item_properties like this: # # config.navigation_item_properties = [:data_add_icon] # # Then you created a navigation item with data_add_icon = 'earphone'. # # The li-element will be rendered like this: # # <li id="contact" data_add_icon="earphone"> # # Default: config.navigation_item_properties = [:data_add_icon] # config.navigation_item_properties = [:data_add_icon] end
Version data entries
14 entries across 14 versions & 2 rubygems