lib/generators/adminpanel/initialize/templates/adminpanel_setup.rb in adminpanel-2.0.1 vs lib/generators/adminpanel/initialize/templates/adminpanel_setup.rb in adminpanel-2.1.0

- old
+ new

@@ -8,14 +8,18 @@ # config.analytics_key_filename = '12345ABCDE.p12' # # Path to the key file, defaults to config/analytics # config.analytics_key_path = "config/analytics" + # # Facebook app id + # config.fb_app_id = '1234' + # # Facebook app secret *MAKE SURE TO DON'T SHARE THIS SECRET* + # config.fb_app_secret = '1234' + # # 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 + :sections ] end