WIP: New site setting to show subcategory list on category list

This commit is contained in:
Robin Ward 2014-07-01 17:12:03 -04:00
parent 37ed5a3001
commit 1f829c4e70
2 changed files with 4 additions and 0 deletions

View file

@ -631,6 +631,7 @@ en:
max_image_width: "Maximum allowed width of images in a post"
max_image_height: "Maximum allowed height of images in a post"
category_featured_topics: "Number of topics displayed per category on the /categories page. After changing this value, it takes up to 15 minutes for the categories page to update."
show_subcategory_list: "Show subcategory list instead of topic list when entering a category."
fixed_category_positions: "If checked, you will be able to arrange categories into a fixed order. If unchecked, categories are listed in order of activity."
add_rel_nofollow_to_user_content: "Add rel nofollow to all submitted user content, except for internal links (including parent domains) changing this requires you update all your baked markdown with: \"rake posts:rebake\""
exclude_rel_nofollow_domains: "A pipe-delimited list of domains where nofollow is not added (tld.com will automatically allow sub.tld.com as well)"

View file

@ -154,6 +154,9 @@ basic:
topics_per_page:
default: 30
min: 1
show_subcategory_list:
default: false
client: true
posts_per_page:
client: true
default: 20