Default for the Number Selector is slider, not box (#16255)

Very minor change, but in  all the blueprints I have created the Number Selector defaults to a `slider` not a `box`
This commit is contained in:
David Dix 2021-01-21 08:39:04 +00:00 committed by GitHub
parent 250855f80a
commit c5cc85810a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ mode:
description: This can be either `box` or `slider` mode.
type: string
required: false
default: box
default: slider
{% endconfiguration %}
### Example number selectors