Version 1
[yaffs-website] / web / core / modules / config / tests / config_schema_test / config / install / config_schema_test.someschema.with_parents.yml
diff --git a/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml
new file mode 100644 (file)
index 0000000..3f0b324
--- /dev/null
@@ -0,0 +1,12 @@
+one_level:
+  target_key: key_1
+  testitem: 'text for entry_1'
+two_levels:
+  target_key: key_2
+  wrapper:
+    testitem: 'text for entry_2'
+three_levels:
+  target_key: key_3
+  wrapper_1:
+    wrapper_2:
+      testitem: 'text for entry_3'