1.2.1 • Published 2 years ago

gatsby-plugin-page-data-preview v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago