lib/generators/adminpanel/initialize/templates/adminpanel_setup.rb in adminpanel-1.2.8 vs lib/generators/adminpanel/initialize/templates/adminpanel_setup.rb in adminpanel-1.2.9
- old
+ new
@@ -8,9 +8,14 @@
# config.analytics_key_filename = '12345ABCDE.p12'
# # Path to the key file, defaults to config/analytics
# config.analytics_key_path = "config/analytics"
- # # Configure the default modules that you don't need
- # # the supported options are :categories, :gallery, :sections and :categories
- # config.unincluded_modules = [:categories, :gallery, :sections, :categories]
+ # # This are the modules that are going to be displayed and order that are going to be displayed
+ # config.displayable_resources = [
+ # :analytics,
+ # :users,
+ # :galleries,
+ # :sections,
+ # :categories
+ # ]
end