You are here

config_delete_test.schema.yml in Config Delete 8

tests/modules/config_delete_test/config/schema/config_delete_test.schema.yml

File

tests/modules/config_delete_test/config/schema/config_delete_test.schema.yml
View source
  1. config_delete_test.dep:
  2. type: config_object
  3. label: 'Delete test with dependencies'
  4. mapping:
  5. id:
  6. label: 'ID'
  7. type: integer
  8. dependencies:
  9. type: config_dependencies
  10. label: 'Dependencies'
  11. config_delete_test.dep2:
  12. type: config_object
  13. label: 'Delete test with dependencies'
  14. mapping:
  15. id:
  16. label: 'ID'
  17. type: integer
  18. dependencies:
  19. type: config_dependencies
  20. label: 'Dependencies'
  21. config_delete_test.dep3:
  22. type: config_object
  23. label: 'Delete test with dependencies'
  24. mapping:
  25. id:
  26. label: 'ID'
  27. type: integer
  28. dependencies:
  29. type: config_dependencies
  30. label: 'Dependencies'