mbanting / metalsmith-prismic

A Metalsmith.io plugin to pull in content from Prismic.io
MIT License
48 stars 19 forks source link

References only retrieve first paragraph block #40

Open doublejosh opened 6 years ago

doublejosh commented 6 years ago

When creating a collection with a Prismic query and using fetchLinks to include field from a referenced type... rich text fields only include the first content block... even when using arrayFragments: true on the query. I assume it's only using that setting on the parent query.