Customize
How to customize input in preparation
Customize your input and use
$value
or $key
to freely edit the data.A
String
that represents the new output value. You can use $value
as placeholder for the input value or $key
for the given property name.Before | Pattern | After |
{ shop: "grocery" } | $value store | grocery store |
{ applePay: "yes" } | payment $key | payment applePay |
Last modified 3yr ago