ashhitch / gatsby-plugin-page-data-preview

gatsby plugin to preview page data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby plugin page data preview

A little helper plugin that visualises your Gatsby Page Data in a super handy pullout blade.

  • Page Data
  • Page Context
  • SSR Data

Demo screen

View it in action here: Demo Link

How to install

npm install gatsby-plugin-page-data-preview

or

yarn add gatsby-plugin-page-data-preview

How to use

module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-page-data-preview`,
      options: {
        onlyDev: false, // defaults to true (only show in develop)
      },
    },
  ],
}

Questions, Feedback and Suggestions

If you have any questions, feedback or suggestions head on over to discussions.

Found a bug?

If you find a bug please open an issue and/or create a pull request to fix it.

About

gatsby plugin to preview page data


Languages

Language:CSS 51.9%Language:JavaScript 47.3%Language:Shell 0.8%