The range input type allows users to select a numeric value within a specified range using a slider.Documentation Index
Fetch the complete documentation index at: https://docs.kiwify.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Properties
Must be set to โrangeโ.
Unique identifier for the setting.
The label shown in the theme editor.
Minimum allowed value.
Maximum allowed value.
Step increment. Default is 1.
Unit to display (e.g., โpxโ, โsecโ, โ%โ).
Default value. Must be between min and max.
Additional information shown below the range input.
Additional properties for the range input. Currently supported:
hidden: boolean value, indicates whether this setting should be displayed in Theme Editorโs configuration barvalidations: Apply validations to this setting before saving. Currently supported:required: Boolean value. If true, this range must have a value and it must be greater than zero to be valid

