prismicio / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
17 stars 14 forks source link

Add formatting for page types #2

Closed noblica closed 4 years ago

noblica commented 4 years ago

Should fix the following issue: https://github.com/birkir/gatsby-source-prismic-graphql/issues/200#issuecomment-630947309

As I wrote in the comments, the issue is that the page type that's seen in the prismic dashboard, doesn't correspond to the one used by graphql. So I've added formatting to the string, so that the user doesn't have to care about this.

MarcMcIntosh commented 4 years ago

Thanks :)