gatsby-source-wagtail icon indicating copy to clipboard operation
gatsby-source-wagtail copied to clipboard

Plugin for sourcing Gatsby data from Wagtail CMS

Results 8 gatsby-source-wagtail issues
Sort by recently updated
recently updated
newest added

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.25.0 to 4.25.7. Release notes Sourced from gatsby's releases. v4.24 Welcome to [email protected] release (September 2022 #2) Key highlights of this release: Gatsby 5 Alpha Updating File...

dependencies

@NathHorrigan given Gatsby has moved on quite a bit, it is probably time to mark this as no longer maintained and leave it on for posterity

The latest version expects gatsby 2.x it appears while Gatsby has moved on to 4.x. Support for Gatsby >2.x would be nice. I see the following with a gatsby 4...

Hey, I have the following error in the console when previewing a page in gatsby develop (and it fails with the build as well) Any idea how could I debug...

Hey, nice job this plugin for gatsby :) I get an empty body [] on my [TestTemplate](https://github.com/Aleksi44/wagtail-gatsby/blob/master/src/templates/test.js) when I use Wagtail Preview. The slug that I receive in my graphql...

Hi, I am currently experiencing issues with the hot reloading. When I integrate a call to the `createWagtailPages` function in the `gatsby-node.js` file, then hot reloading stops working after I...

*I just ran into this issue and thought I document it here, in case anybody else has this issue.* If you have a page model with two fields holding images...

When I try to install `gatsby-source-wagtail`, even on a fresh Gatsby installation, it throws an exception: `murmurhash is not a function`. It seems this is not the only gatsby source...