Socket
Socket
Sign inDemoInstall

@innoflex-technology/gatsby-og-plugin

Package Overview
Dependencies
10
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @innoflex-technology/gatsby-og-plugin

Gatsby plugin for Object Graph


Version published
Maintainers
5
Created

Readme

Source

Gatsby

OG CMS - Gatsby Object Graph Plugin

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)
      },

Keywords

FAQs

Last updated on 08 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc