Skip to content

Commit

Permalink
Merge pull request #882 from Shopify/bot/liquid-docs-schema/2025-01-0…
Browse files Browse the repository at this point in the history
…3--19-00-01

🤖 Sync Liquid Docs Schema
  • Loading branch information
charlespwd authored Jan 6, 2025
2 parents 44b5fe7 + aa28d88 commit 55de91d
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 55de91d

Please sign in to comment.