From 1cce4f5bbe7b57ada87d2141357d0d87ea71f67c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 2 Oct 2013 13:11:17 +0100 Subject: [PATCH] Definitive documented list of config params. --- tools/htdocs/whitepaper.markdown | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/tools/htdocs/whitepaper.markdown b/tools/htdocs/whitepaper.markdown index 6bcbc79..220e9c9 100644 --- a/tools/htdocs/whitepaper.markdown +++ b/tools/htdocs/whitepaper.markdown @@ -269,7 +269,27 @@ Reference Guide ### Configuration object -TODO + debug: int [1] + facets: array + lang: string + lang_display: array + lang_menu: bool +ADD language_*: hash + pazpar2_url: string [/pazpar2/search.pz2] +ADD perpage: array + perpage_default: string + perpage_menu: bool [true] + query_width: int + responsive_design: bool +ADD responsive_design_width: int [980] + service_proxy_auth: url + service_proxy_url: string [http://mkws.indexdata.com/service-proxy/] +ADD sort: array + sort_default: string + sort_menu: bool [true] + use_service_proxy: bool [true] + +TODO add default values, describe ### jQuery plugin invocation -- 1.7.10.4