UNPKG

954 BJSONView Raw
1{
2 "components":[
3 {
4 "name":"headerChooser",
5 "instances":[
6 {
7 "id":"header-chooser",
8 "data":[
9 {
10 "hook":"/content/test-page/jcr:content/mainpar/testcomponentconfig",
11 "titleText":"Title 1",
12 "titleType":"h1"
13 },
14 {
15 "hook":"/content/test-page/jcr:content/mainpar/testcomponent_1",
16 "titleText":"Title 2",
17 "titleType":"h2"
18 },
19 {
20 "hook":"/content/test-page/jcr:content/mainpar/testcomponent_2",
21 "titleText":"Title 3",
22 "titleType":"h3"
23 }
24 ],
25 "config":{
26 "test":"bla"
27 }
28 }
29 ]
30 }
31 ]
32}