-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
If you use the following code:
{
$animal_types_hidden: true,
animal_types: {
dog: {
$animal_type_type: 'title',
animal_type: 'dog',
name: '',
barks: false
},
parrot: {
$animal_type_type: 'title',
animal_type: 'parrot',
name: '',
talks: false
},
},
$animals_templatitator: '@@animal_types',
animals: [],
}
The templates will work. However, if you change your code to the following:
{
animal_section: {
$animal_types_hidden: true,
animal_types: {
dog: {
$animal_type_type: 'title',
animal_type: 'dog',
name: '',
barks: false
},
parrot: {
$animal_type_type: 'title',
animal_type: 'parrot',
name: '',
talks: false
},
},
$animals_templatitator: '@@animal_types',
animals: []
}
}
The templates fail.
Metadata
Metadata
Assignees
Labels
No labels