You are here

flags.schema.yml in Flags 8

config/schema/flags.schema.yml

File

config/schema/flags.schema.yml
View source
  1. flags.country_flag_mapping.*:
  2. type: config_entity
  3. label: 'Flag Mapping'
  4. mapping:
  5. source:
  6. type: string
  7. label: 'Country code'
  8. uuid:
  9. type: string
  10. label: 'UUID'
  11. flag:
  12. type: string
  13. label: 'Target territory flag'
  14. flags.language_flag_mapping.*:
  15. type: config_entity
  16. label: 'Flag Mapping'
  17. mapping:
  18. source:
  19. type: string
  20. label: 'Language code'
  21. uuid:
  22. type: string
  23. label: 'UUID'
  24. info:
  25. type: string
  26. label: 'Info'
  27. flag:
  28. type: string
  29. label: 'Target territory flag'