You are here

length_indicator.schema.yml in Length Indicator 8

config/schema/length_indicator.schema.yml

File

config/schema/length_indicator.schema.yml
View source
  1. field.widget.third_party.length_indicator:
  2. type: mapping
  3. label: 'Length indicator third party widget settings'
  4. mapping:
  5. indicator:
  6. type: boolean
  7. label: 'Determines if it is active'
  8. indicator_opt:
  9. type: mapping
  10. label: 'Length indicator options'
  11. mapping:
  12. optimin:
  13. type: integer
  14. label: 'The minimum length of a good value'
  15. optimax:
  16. type: integer
  17. label: 'The maximum length of a good value'
  18. tolerance:
  19. type: integer
  20. label: 'Tolerance'