Переглянути джерело

Fix mistake in last commit.

pull/663/head
Matthew Petroff 6 роки тому
джерело
коміт
a9d0d0c335
1 змінених файлів з 3 додано та 3 видалено
  1. +3
    -3
      doc/json-config-parameters.md

+ 3
- 3
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.


Завантаження…
Відмінити
Зберегти