From 7c5f230203364241698bec002a106c037d549f40 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Fri, 18 Dec 2015 15:00:00 -0500 Subject: [PATCH] Remove `header` parameter from documentation; it has been superseded by the API. --- doc/json-config-parameters.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/json-config-parameters.md b/doc/json-config-parameters.md index ba8ef0d..c7ab4c6 100644 --- a/doc/json-config-parameters.md +++ b/doc/json-config-parameters.md @@ -63,13 +63,6 @@ not supported by the user's device. The user will be given the option to click a link and visit this URL if Pannellum fails to work. -### `header` - -If this parameter is set, the contents of its value will be inserted into the -header of `pannellum.htm`. This is useful if one wants to modify Pannellum's -CSS. - - ### `showZoomCtrl` If set to `false`, the zoom controls will not be displayed. Defaults to `true`.