You are here

badge_type.schema.yml in User Badges 8

config/schema/badge_type.schema.yml

File

config/schema/badge_type.schema.yml
View source
  1. user_badges.badge_type.*:
  2. type: config_entity
  3. label: 'Badge type config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. automatic:
  14. type: boolean
  15. label: 'Automatic Badge Assignment'