0.0.10 • Published 2 years ago

@innoflex-technology/gatsby-og-plugin v0.0.10

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

Gatsby Object Graph Plugin for the IWS CMS service.

How to use

Create Project

The following steps create a project you can use with gatsby.

Install Plugin

To install the gatsby OG plugin use the following command:

npm install --save-dev @innoflex-technology/gatsby-og-plugin

To use this plugin inside a Gatsby project:

  1. Define the plugin inside gatsby-config.js
      resolve: "gatsby-og-plugin", // For development purpose, we can use require.resolve(`../gatsby-og-plugin`)
      options: {
        projectId: "", // Object Graph Project ID (Require)
        baseUrl: "", // Object Graph API Endpoint (Optional)
        damUrl: "", // Dam API Endpoint (Optional)
        apiKey: "", // Api Key for user authentication (Require)
      },
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago