With
π
Implement Token Replacements
Needs work
support for tokens as a default value becomes supported, but only with properties that have a "string" type -- there is no attempt to cast the value to other types. This leads to an error when adding a token to a non-string type - e.g. numeric. Moreover, rendering a field that contains an integer to pass it to a component (without using tokens) will yield "3"
and not 3
as we want
Add support for casting the token value to:
Array and Object types may be considered later, this issue is only to handle casting to other scalar types.
Create.
None needed.
Active
1.0
Code