Sha256: 47386a4602ed66adbac315686ae5a123766873cc823c63e68c914633736d2c78

Contents?: true

Size: 984 Bytes

Versions: 22

Compression:

Stored size: 984 Bytes

Contents

Cms::Fortress.configure do |config|
  # comment the line below if you want to use the default layout
  config.theme = :wide

  # Turn off page workflow options
  # config.enable_page_workflow = false
  # Turn off page caching options
  # config.enable_page_caching = false

  # Add new resource to contents
  # config.content_resources << {
  #   name: 'my_role_detail',
  #   title: 'i18n.label.title', # this is passed to the t() function - can be plain text
  #   path:  'admin_my_role_details_path'
  # }

  # Add new resource to settings
  # config.settings_resources << {
  #   name: 'my_role_detail',
  #   title: 'i18n.label.title', # this is passed to the t() function - can be plain text
  #   path:  'admin_my_role_details_path'
  # }

  # Add new resource to design
  # config.design_resources << {
  #   name: 'my_role_detail',
  #   title: 'i18n.label.title', # this is passed to the t() function - can be plain text
  #   path:  'admin_my_role_details_path'
  # }

end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cms-fortress-1.1.5 config/initializers/cms_fortress.rb
cms-fortress-1.1.4 config/initializers/cms_fortress.rb