Update map for 'dark_mode' property (#9716)

* Update map for 'dark_mode' property

* ✏️ Tweak
This commit is contained in:
Gregory Knox 2019-06-28 15:50:59 -04:00 committed by Franck Nijhof
parent a0a946e393
commit 1b44e8625d

View File

@ -43,6 +43,11 @@ default_zoom:
description: The default zoom level of the map.
type: integer
default: 14 (or whatever zoom level is required to fit all visible markers)
dark_mode:
required: false
description: Enable a dark theme for the map.
type: boolean
default: false
{% endconfiguration %}
<p class='note'>