0.0.401 • Published 4 years ago

gatsby-source-coda v0.0.401

Weekly downloads
8
License
-
Repository
github
Last release
4 years ago

gatsby-source-coda

Source plugin for pulling data (including images) into Gatsby from Coda.io

Getting started

Include the plugin in gatsby-config.js

    {
      resolve: `gatsby-source-coda`,
      options: {
        apiToken: '',
        docId: '',
        tableIdOrName: '',
        useColumnNames: '',
      },
    },

All of the options are required for the plugin to work.