You are here

regcode.schema.yml in Registration codes 8

config/schema/regcode.schema.yml

File

config/schema/regcode.schema.yml
View source
  1. regcode.settings:
  2. type: config_object
  3. label: Settings
  4. mapping:
  5. regcode_optional:
  6. type: boolean
  7. label: 'Make registration code optional'
  8. regcode_generate_format:
  9. type: string
  10. label: 'Format of the generated codes'
  11. regcode_generate_case:
  12. type: boolean
  13. label: 'Convert generated codes to uppercase'
  14. regcode_field_title:
  15. type: label
  16. label: 'Field label'
  17. regcode_field_description:
  18. type: text
  19. label: 'Field description'