You are here

update_test.schema.yml in Drupal 9

core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml

File

core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml
View source
  1. # Schema for the configuration files of the Update Test module.
  2. update_test.settings:
  3. type: config_object
  4. label: 'Update test settings'
  5. mapping:
  6. system_info:
  7. type: sequence
  8. label: 'System info'
  9. sequence:
  10. type: sequence
  11. label: 'Items'
  12. sequence:
  13. type: string
  14. label: 'Item'
  15. update_status:
  16. type: sequence
  17. label: 'Update status'
  18. sequence:
  19. type: mapping
  20. label: 'Module'
  21. mapping:
  22. status:
  23. type: integer
  24. label: 'Value'
  25. xml_map:
  26. type: sequence
  27. label: 'XML map'
  28. sequence:
  29. type: string
  30. label: 'Value'