gatsby-plugin-page-data-preview

1.2.1 • Public • Published

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.

Package Sidebar

Install

npm i gatsby-plugin-page-data-preview

Weekly Downloads

22

Version

1.2.1

License

MIT

Unpacked Size

11.6 kB

Total Files

12

Last publish

Collaborators

  • ashhitch