Sha256: 749f775823d27430011cac6b2c200a9da0a62dd1fd03e0e625b2392b92a455b2
Contents?: true
Size: 1.08 KB
Versions: 4
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: :texterb, # partial: :texterb, # template: :texterb # } # config.default_handlers = { page: :texterb, partial: :texterb, template: :texterb } # 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
4 entries across 4 versions & 1 rubygems