Setting a value
Each of these keys can be set to a value. This can either be a single values, or a list of values.
A list of values:
{
"page.type": [
{
"to": LOOKUP,
"if: CONDITIONAL
},
{
"to": LOOKUP,
"if: CONDITIONAL
}
]
}
A single value. Note that there is no "if", so it is set by default.
{
"default.currency": {
"to": LOOKUP
}
}
LOOKUP
See Lookups section.
CONDITIONAL
See Conditionals section.