fikaproductions / fika-gatsby-source-cockpit

This is a Gatsby version 2.\*.\* source plugin that feeds the GraphQL tree with Cockpit Headless CMS collections and singletons data. Actually, it supports querying raw texts (and any trivial field types), Markdown, images, galleries, assets, sets, repeaters, layout(-grid)s (currently only without nested images/assets), objects, linked collections and internationalization.
GNU General Public License v3.0
23 stars 22 forks source link

Add support for the Set field type #17

Closed DigitalGoldfish closed 5 years ago

DigitalGoldfish commented 5 years ago

The set field type is a bit tricky since it can contain all other field types, even another set and a repeater. It's fields need therefore be parsed recursively.