You are here

test.data_types.schema.yml in Translation template extractor 6.3

tests/drupal8/config/schema/test.data_types.schema.yml

File

tests/drupal8/config/schema/test.data_types.schema.yml
View source
  1. translatable_string:
  2. type: string
  3. translatable: true
  4. untranslatable_text:
  5. type: text
  6. translatable: false
  7. translatable_with_context:
  8. type: string
  9. translatable: true
  10. translation context: 'Test context'
  11. label_with_context:
  12. type: label
  13. translation context: 'Test label with context'
  14. label_context_override:
  15. type: label_with_context
  16. translation context: 'Test context override'
  17. simple_mapping:
  18. type: mapping
  19. mapping:
  20. id:
  21. type: integer
  22. label: 'Mapping integer'
  23. name:
  24. type: label
  25. code:
  26. type: translatable_string
  27. mapping_with_type:
  28. type: simple_mapping
  29. mapping:
  30. extra_label:
  31. type: label