Skip to content

Commit

Permalink
Add mising config options to pages initializer. Fixes refinery#1438.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Mar 12, 2012
1 parent bc3015c commit 46bf814
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -7,6 +7,12 @@ Refinery::Pages.configure do |config|
# Configure global page default parts
# config.default_parts = <%= Refinery::Pages.default_parts.inspect %>

# Configure whether to allow adding new page parts
# config.new_page_parts = <%= Refinery::Pages.new_page_parts.inspect %>

# Configure whether to enable marketable_urls
# config.marketable_urls = <%= Refinery::Pages.marketable_urls.inspect %>

# Configure how many pages per page should be displayed when a dialog is presented that contains a links to pages
# config.pages_per_dialog = <%= Refinery::Pages.pages_per_dialog.inspect %>

Expand Down Expand Up @@ -40,5 +46,7 @@ Refinery::Pages.configure do |config|

# config.use_view_templates = <%= Refinery::Pages.use_view_templates.inspect %>

# config.page_title = <%= Refinery::Pages.page_title.inspect %>

# config.absolute_page_links = <%= Refinery::Pages.absolute_page_links.inspect %>
end

0 comments on commit 46bf814

Please sign in to comment.