Sha256: 3acb5ab320d46b7a6cdc51ed077e3d66a0827d51365990109a633f4cafcc1f98
Contents?: true
Size: 988 Bytes
Versions: 34
Compression:
Stored size: 988 Bytes
Contents
Cmor::Showcase.configure do |config| # Set the resources, that will be shown in the backend menu. # # Default: config.resources_controllers = -> {[ # Cmor::Showcase::CategoriesController, # Cmor::Showcase::ItemsController, # Cmor::Showcase::FileDetailsController # ]} # config.resources_controllers = -> {[ Cmor::Showcase::CategoriesController, Cmor::Showcase::ItemsController, Cmor::Showcase::FileDetailsController ]} # Set the resources, that will be shown in the backend menu. # # Default: config.resource_controllers = -> {[]} # config.resource_controllers = -> {[]} # Set the services, that will be shown in the backend menu. # # Default: config.service_controllers = -> {[]} # config.service_controllers = -> {[]} # Set the sidebars, that will be shown in the backend menu. # # Default: config.sidebar_controllers = -> {[]} # config.sidebar_controllers = -> {[]} end
Version data entries
34 entries across 22 versions & 1 rubygems