From 8a8dbdd0568a421242140b69ee37f22cdeaf7724 Mon Sep 17 00:00:00 2001 From: John Martin Date: Tue, 23 Apr 2013 08:33:29 +0100 Subject: [PATCH] [#788] Added doc block for within_tertiary --- ckan/templates/snippets/facet_list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ckan/templates/snippets/facet_list.html b/ckan/templates/snippets/facet_list.html index 1d132d5f9d3..a7a40aa874a 100644 --- a/ckan/templates/snippets/facet_list.html +++ b/ckan/templates/snippets/facet_list.html @@ -32,6 +32,9 @@ hide_empty Do not show facet if there are none, Default: false. +within_tertiary + Boolean for when a facet list should appear in the the right column of the + page and not the left column. #} {% set hide_empty = hide_empty or false %}