Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 302 Bytes

Variable

Get and set variables in Antlers

Install

From your site folder, run composer require edalzell/variable

Usage

To set a variable, pass in a value:

{{ variable:var_to_set :value="in_scope_variable "}}

To get it:

{{ variable:var_to_set default="default value" }}