From ba88a98670ce0a779d671de2e6f1eda1b80170c2 Mon Sep 17 00:00:00 2001 From: "shopify-dev-bot[bot]" <95105344+shopify-dev-bot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 19:00:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Sync=20Liquid=20Docs=20Schema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/tags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tags.json b/data/tags.json index c7b3dee..779f30a 100644 --- a/data/tags.json +++ b/data/tags.json @@ -3,7 +3,7 @@ "category": "theme", "deprecated": false, "deprecation_reason": "", - "description": "<aside class=\"note beta\">\n <h4>Developer preview</h4>\n <p>This tag is only available as part of the <a href=\"/storefronts/themes/architecture/blocks/theme-blocks/developer-preview\">Theme blocks developer preview</a>.</p>\n</aside>\n\nThe content_for tag requires a type to indicate whether it will render a single static block or a number of theme blocks defined in the JSON templates or section groups.\n\n- [`blocks`](/docs/api/liquid/tags/content_for#content_for-blocks)\n- [`block`](/docs/api/liquid/tags/content_for#content_for-block)", + "description": "The content_for tag requires a type to indicate whether it will render a single static block or a number of theme blocks defined in the JSON templates or section groups.\n\n- [`blocks`](/docs/api/liquid/tags/content_for#content_for-blocks)\n- [`block`](/docs/api/liquid/tags/content_for#content_for-block)", "parameters": [], "summary": "Creates a surface for rendering a block or blocks.", "name": "content_for",