Skip to content

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'
The rating field example.
The rating field example.

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.