Skip to content

Commit

Permalink
🤖 Sync Liquid Docs Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-dev-bot[bot] authored Jan 3, 2025
1 parent 44b5fe7 commit aa28d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -9880,7 +9880,7 @@
"examples": [
{
"name": "Access metafields",
"description": "The access path for metafields consists of two layers:\n\n- namespace - A grouping of metafields to prevent conflicts.\n- key - The metafield name.\n\nGiven this, you can access the metafield object with the following syntax:\n\n```liquid\n{{ resource.metafields.namespace.key }}\n```\n",
"description": "The access path for metafields consists of two layers:\n\n- namespace - A grouping of metafields to prevent conflicts.\n- key - The metafield name.\n\nGiven this, you can access the metafield object with the following syntax:\n\n```liquid\n{{ resource.metafields.namespace.key }}\n```\n\n> Note:\n> The namespace and key values will always be `snake_case`, regardless of the casing used in the metafield definition.\n",
"syntax": "",
"path": "/products/health-potion",
"raw_liquid": "Type: {{ product.metafields.information.directions.type }}\nValue: {{ product.metafields.information.directions.value }}",
Expand Down

0 comments on commit aa28d88

Please sign in to comment.