config_test.schema.yml

drupal/core/modules/config/tests/config_test/config/schema/config_test.schema.yml

File

drupal/core/modules/config/tests/config_test/config/schema/config_test.schema.yml
View source
  1. config_test.someschema:
  2. type: mapping
  3. label: "Schema test data"
  4. mapping:
  5. "testitem":
  6. label: "Test item"
  7. "testlist":
  8. label: "Test list"
  9. config_test.someschema.somemodule.*.*:
  10. type: mapping
  11. label: 'Schema multiple filesytem marker test'
  12. mapping:
  13. id:
  14. type: string
  15. label: 'ID'
  16. description:
  17. type: text
  18. label: 'Description'