Skip to content

[Bug] nested array parameters not working #27

@davidhoelzel

Description

@davidhoelzel

Example config:


parameters:
  block: 
    param1: String

Template:


{% if defined block %}
  {{ block.param1 }}
{% endif %}

Block is not defined and thus, the parameter is not displayed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions