From a3eebb05ba445817fd329714e985c7af1813ebab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 16 Sep 2021 09:58:42 +0200 Subject: [PATCH] Fixing type of openWebsiteWidth in doc --- docs/maps/opening-a-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maps/opening-a-website.md b/docs/maps/opening-a-website.md index 682306b4..2ca54281 100644 --- a/docs/maps/opening-a-website.md +++ b/docs/maps/opening-a-website.md @@ -12,7 +12,7 @@ In order to create a zone that opens websites: * You must create a specific layer. * In layer properties, you MUST add a "`openWebsite`" property (of type "`string`"). The value of the property is the URL of the website to open (the URL must start with "https://") -* You may also use "`openWebsiteWidth`" property (of type "`number`" between 0 and 100) to control the width of the iframe. +* You may also use "`openWebsiteWidth`" property (of type "`int`" or "`float`" between 0 and 100) to control the width of the iframe. * You may also use "`openTab`" property (of type "`string`") to open in a new tab instead. {.alert.alert-warning}