metaobject
A metaobject entry, consisting of values for a set of metafields.
Properties
The system information for the metaobject, such as handle and type.
A collection of metafield values for the metaobject. You can use a metafield's key to access its corresponding value.
Example
In a metaobject template, the metaobject object represents the metaobject currently being rendered.
Replace title in the example below with the key of the metafield you want to access. This will output the value of that metafield for the current metaobject.
{{ metaobject.value.title.value }}
Was this article helpful to you?