You are here

test.schema.yml in Translation template extractor 6.3

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

File

tests/drupal8/config/schema/test.schema.yml
View source
  1. test.settings:
  2. type: mapping
  3. mapping:
  4. test_int:
  5. type: integer
  6. label: 'Test integer'
  7. test_string:
  8. type: string
  9. label: 'Test string with "quotes"'
  10. test_date_format:
  11. type: date_format
  12. translatable_string:
  13. type: translatable_string
  14. untranslatable_text:
  15. type: untranslatable_text
  16. test_translatable_context:
  17. type: translatable_with_context
  18. test_label_context:
  19. type: label_with_context
  20. test_context_override:
  21. type: label_context_override
  22. test_mapping:
  23. type: simple_mapping
  24. mapping_with_type:
  25. type: mapping_with_type
  26. test_sequence:
  27. type: simple_sequence
  28. typed_sequence:
  29. type: typed_sequence
  30. sequence_of_sequence:
  31. type: sequence_of_sequence
  32. test_variable:
  33. type: basic_variable
  34. parent_variable_test:
  35. type: parent_variable.test
  36. parent_variable_test2:
  37. type: parent_variable.test2
  38. key_variable:
  39. type: key_variable
  40. complex_variable:
  41. type: complex_variable