Open radovanobal opened 3 years ago
Whatever you set with {{ variable:variableName :value="custom data"}}
{{ variable:variableName :value="custom data"}}
Will always return the default value {{ variable:var_to_set default="always this" }}
{{ variable:var_to_set default="always this" }}
Statamic 3.0.34 Php: 7.4 This is the only addon
turns out the documentation is wrong, it needs to be set without ":"
working code: {{ variable:var_to_set value="in_scope_variable "}}
{{ variable:var_to_set value="in_scope_variable "}}
Whatever you set with
{{ variable:variableName :value="custom data"}}
Will always return the default value
{{ variable:var_to_set default="always this" }}
Statamic 3.0.34 Php: 7.4 This is the only addon