Skip to content

Deprecated use of string values for inline compound nodes #1161

Open
@jaapio

Description

@jaapio

Feature request

Inline nodes extending InlineCompoundNode should not be accessed via getValue but getChildren should be used in the templates.

    {%- for child in node.children -%}
        {{- renderNode(child) -}}
    {%- endfor -%}

We will remove the backward compatibility layer in version 2.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions