diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-03 13:26:17 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-03 13:26:17 +0000 |
commit | 0d579df8341e7c288ef40d9bc3942e08793977d7 (patch) | |
tree | 1978aacda662f73e71ec33374cc8eaf25b7ccd81 /docs | |
parent | 14dcac286a2637effd76f583cc57949c3b155080 (diff) | |
parent | d7364b1f9e8fd14ceda537fe5c2fc7b2d5c7e648 (diff) |
Merge branch 'gh-pages-public-body-categories' into gh-pages
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customising/themes.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index c8d4a8037..a51ed447e 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -125,14 +125,15 @@ You can load extra stylesheets and javascript files by adding them to `lib/theme ## Adding your own categories for public bodies -Categories are implemented in Alaveteli using tags. Specific tags can -be designated to group authorities together as a category. - -There's a file in the sample theme, -`alavetelitheme/lib/public_body_categories_en.rb`, which contains a -nested structure that defines categories. It contains a comment -describing its structure. You should make a copy of this file for each -locale you support. +Categories are implemented in Alaveteli using tags. Specific tags can be +used to group authorities together as a category. Categories themselves +are grouped under category headings on the side of the "View +authorities" page. You can create, edit and reorder categories and +category headings in the admin interface, from the "Categories" admin +menu item. You can apply the category tags you have created to +authorities under the "Authorities" admin menu item. For an authority to +appear under a category, the category's "category tag" must be one of +the tags applied to the authority. ## Customising the request states |