You are here

test.settings.yml in Translation template extractor 6.3

tests/drupal8/config/install/test.settings.yml

File

tests/drupal8/config/install/test.settings.yml
View source
  1. # tests for base.data_types.schema.yml
  2. test_int: 1
  3. test_string: 'A simple string'
  4. test_date_format: 'Y-m-d'
  5. translatable_string: 'A string with "translatable: true" property'
  6. untranslatable_text: 'A text with "translatable: false" property'
  7. test_translatable_context: 'Test string with context'
  8. test_label_context: 'Test label with context'
  9. test_context_override: 'Test overriding context'
  10. test_mapping:
  11. id: 2
  12. name: 'Simple mapping name'
  13. code: 'Simple mapping code'
  14. mapping_with_type:
  15. id: 3
  16. name: 'Mapping with type - name'
  17. code: 'Mapping with type - code'
  18. extra_label: 'Mapping with type - extra label'
  19. # tests for sequences.schema.yml
  20. test_sequence:
  21. - 'Simple sequence - Item 1'
  22. - 'Simple sequence - Item 2'
  23. typed_sequence:
  24. - id: 4
  25. name: 'Typed sequence - Item 1 name'
  26. code: 'Typed sequence - Item 1 code'
  27. - id: 5
  28. name: 'Typed sequence - Item 2 name'
  29. code: 'Typed sequence - Item 2 code'
  30. sequence_of_sequence:
  31. sq1:
  32. - id: 6
  33. description: 'Sequence of sequence - Description 1'
  34. sq2:
  35. - id: 7
  36. description: 'Sequence of sequence - Description 2'
  37. # tests for variables.schema.yml
  38. test_variable:
  39. - plugin_id: 'text'
  40. value: 'Basic variable (text)'
  41. - plugin_id: 'custom'
  42. value: 'Basic variable (custom)'
  43. parent_variable_test:
  44. id: 'text'
  45. value: 'Parent variable (text)'
  46. parent_variable_test2:
  47. id: 'custom'
  48. value: 'Parent variable (custom)'
  49. key_variable:
  50. text: 'Key variable (text)'
  51. custom: 'Key variable (custom)'
  52. complex_variable:
  53. key1:
  54. key2: 'text'
  55. value: 'Complex variable test'