lib/generators/avo/templates/initializer/avo.tt in avo-2.14.3.pre.4.tosqlfix vs lib/generators/avo/templates/initializer/avo.tt in avo-2.14.3.pre.5.nosprockets
- old
+ new
@@ -32,29 +32,32 @@
# config.raise_error_on_missing_policy = false
## == Localization ==
# config.locale = 'en-US'
+ ## == Resource options ==
+ # config.resource_controls = :right
+ # config.model_resource_mapping = {}
+ # config.default_view_type = :table
+ # config.per_page = 24
+ # config.per_page_steps = [12, 24, 48, 72]
+ # config.via_per_page = 8
+ # config.id_links_to_resource = false
+ # config.cache_resources_on_index_view = true
+
## == Customization ==
# config.app_name = 'Avocadelicious'
# config.timezone = 'UTC'
# config.currency = 'USD'
- # config.per_page = 24
- # config.per_page_steps = [12, 24, 48, 72]
- # config.via_per_page = 8
- # config.default_view_type = :table
# config.hide_layout_when_printing = false
- # config.id_links_to_resource = false
# config.full_width_container = false
# config.full_width_index_view = false
- # config.cache_resources_on_index_view = true
# config.search_debounce = 300
# config.view_component_path = "app/components"
# config.display_license_request_timeout_error = true
# config.disabled_features = []
# config.resource_controls = :right
# config.tabs_style = :tabs # can be :tabs or :pills
-
## == Breadcrumbs ==
# config.display_breadcrumbs = true
# config.set_initial_breadcrumbs do
# add_breadcrumb "Home", '/<%= options[:path] %>'