1.1.0 • Published 1 year ago

gatsby-plugin-squadwe v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

gatsby-plugin-squadwe

Package

All Contributors

Quickly add the Squadwe live chat widget to your Gatsby site.

Install

npm install --save gatsby-plugin-squadwe or yarn add gatsby-plugin-squadwe

How to use

// In your gatsby-config.js
plugins: [
    {
        resolve: `gatsby-plugin-squadwe`,
        options: {
            baseUrl: 'BASE_URL', // Required
            websiteToken: 'WEBSITE_TOKEN', // Required
            includeInDevelopment: false, // Optional
            squadweSettings: {} // Optional
        },
    },
];

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!