You are here

config_schema_test.someschema.with_parents.yml in Drupal 9

core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml

File

core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml
View source
  1. one_level:
  2. target_key: key_1
  3. testitem: 'text for entry_1'
  4. two_levels:
  5. target_key: key_2
  6. wrapper:
  7. testitem: 'text for entry_2'
  8. three_levels:
  9. target_key: key_3
  10. wrapper_1:
  11. wrapper_2:
  12. testitem: 'text for entry_3'