Short description of issue
Unable to use list.article_reference metafield as a dynamic source to auto-populate multiple article blocks in a section.
Reproduction steps
-
Create a product metafield of type list.article_reference (e.g. custom.buying_guides).
-
Add a section with blocks defined as:
{
“type”: “article”,
“id”: “article”,
“label”: “Article”
} -
In the theme editor, attempt to connect the buying_guides metafield as a dynamic source for these blocks.
-
Observe that the metafield is not available in the dynamic source picker.
Additional info
Based on docs, list.article_reference is a supported metafield type for sections and blocks.
However, unlike list.product_reference, it doesn’t fan out into multiple article blocks when used as a dynamic source.
Current workaround: manually loop through the metafield in Liquid, but this bypasses the Theme Editor’s block UI.
Would be useful if article lists behaved consistently with product lists.
What type of topic is this
General discussion
