X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fconfig%2Ftests%2Fconfig_schema_test%2Fconfig%2Finstall%2Fconfig_schema_test.someschema.with_parents.yml;fp=web%2Fcore%2Fmodules%2Fconfig%2Ftests%2Fconfig_schema_test%2Fconfig%2Finstall%2Fconfig_schema_test.someschema.with_parents.yml;h=3f0b32457382db7b3e5d9bd9c8236f6695f3d766;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website 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 index 000000000..3f0b32457 --- /dev/null +++ b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml @@ -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'