Skip to content

Can Terms reference variables passed to the parent Message? #272

Open
@stasm

Description

@stasm
-wrong-user = (Not {$userName}? Click here.)
hello = Hello, {$userName}! {-wrong-user}

Or should we require that each variable be passed explicitly as a parameter? Related to #230.

-wrong-user = (Not {$userName}? Click here.)
hello = Hello, {$userName}! {-wrong-user(userName: $userName)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions