You are here

stringoverrides.schema.yml in String Overrides 8

config/schema/stringoverrides.schema.yml

File

config/schema/stringoverrides.schema.yml
View source
  1. stringoverrides.string_override.*:
  2. type: config_object
  3. label: 'String Overrides Language'
  4. mapping:
  5. contexts:
  6. type: sequence
  7. label: 'Contexts'
  8. sequence:
  9. type: mapping
  10. label: 'Context'
  11. mapping:
  12. context:
  13. type: string
  14. label: 'Context name'
  15. translations:
  16. type: sequence
  17. label: 'Translations'
  18. sequence:
  19. type: mapping
  20. label: 'Translation'
  21. mapping:
  22. source:
  23. type: string
  24. label: 'Source'
  25. translation:
  26. type: string
  27. label: 'Translation'