You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
370 B
19 lines
370 B
({
|
|
grand_parent_id: 'grand_parent1',
|
|
parent_contexts: [
|
|
{
|
|
parent_id: 'parent1',
|
|
child_contexts: [
|
|
{ child_id: 'parent1-child1' },
|
|
{ child_id: 'parent1-child2' }
|
|
]
|
|
},
|
|
{
|
|
parent_id: 'parent2',
|
|
child_contexts: [
|
|
{ child_id: 'parent2-child1' },
|
|
{ child_id: 'parent2-child2' }
|
|
]
|
|
}
|
|
]
|
|
})
|