From a9d0d0c335c3edbe9a16cff68569b563f2f1305f Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 1 Sep 2018 15:21:36 -0400 Subject: [PATCH] Fix mistake in last commit. --- doc/json-config-parameters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/json-config-parameters.md b/doc/json-config-parameters.md index 8d2a08a..7d86bfb 100644 --- a/doc/json-config-parameters.md +++ b/doc/json-config-parameters.md @@ -218,9 +218,9 @@ This specifies the type of CORS request used and can be set to either `anonymous` or `use-credentials`. Defaults to `anonymous`. -### `hotSpots` (array) +### `hotSpots` (object) -This specifies an array of hot spots that can be links to other scenes, +This specifies a dictionary of hot spots that can be links to other scenes, information, or external links. Each array element has the following properties. @@ -250,7 +250,7 @@ spot. If specified for an `info` hot spot, the hot spot links to the specified URL. Not applicable for `scene` hot spots. -#### `attributes` (array) +#### `attributes` (dict) Specifies URL's link attributes. If not set, the `target` attribute is set to `_blank`, to open link in new tab to avoid opening in viewer frame / page.