Rating
A simple rating component using the integer fieldtype to get feedback from users.
yaml
handle: rating_integer_field
field:
integer_template: rating
min_value: 1
max_value: 10
type: integer
display: 'Rating Integer Field'
Available Settings
You can configure the following settings for the rating field:
- Default Value (
default): The default value of the field. - Minimum value (
min_value): The minimum allowed rating. - Maximum value (
max_value): The maximum number of stars.