You are here

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

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

File

tests/drupal8/config/schema/test.variables.schema.yml
View source
  1. variable.plugin.text:
  2. type: mapping
  3. mapping:
  4. plugin_id:
  5. type: string
  6. value:
  7. type: text
  8. variable.plugin.*:
  9. type: mapping
  10. mapping:
  11. plugin_id:
  12. type: string
  13. value:
  14. type: string
  15. basic_variable:
  16. type: sequence
  17. sequence:
  18. - type: variable.plugin.[plugin_id]
  19. variable.text:
  20. type: text
  21. variable.*:
  22. type: string
  23. parent_variable.*:
  24. type: mapping
  25. mapping:
  26. id:
  27. type: string
  28. value:
  29. type: variable.[%parent.id]
  30. key_variable:
  31. type: sequence
  32. sequence:
  33. - type: variable.[%key]
  34. complex_variable:
  35. type: mapping
  36. mapping:
  37. key1:
  38. type: mapping
  39. mapping:
  40. key2:
  41. type: string
  42. value:
  43. type: variable.[%parent.key1.key2]