Sha256: 4bd8c751013ecc7f479816b79b22adf3680161bf8e831a224bc11543f12a3b11
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
Contents
Cms::Fortress.configure do |config| # comment the line below if you want to use the default layout config.theme = :wide # Turn on site selector on login page # config.login_site_selector = true # 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
5 entries across 5 versions & 1 rubygems