2.1.1 • Published 3 years ago

@pittica/gatsby-plugin-cookiehub v2.1.1

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

pittica/gatsby-plugin-cookiehub

License Version Release GitHub package.json dependency version (dev dep on branch) npm

Description

CookieHub plugin for GatsbyJS.

Install

npm npm

npm install @pittica/gatsby-plugin-cookiehub

Usage

The plugin provides integration for CookieHub site.

Configuration

Edit your gatsby-config.js.

module.exports = {
  plugins: [
    {
      resolve: `@pittica/gatsby-plugin-cookiehub`,
      options: {
        code: CODE,
        debug: false,
        cookie: 'pittica-cookiehub',
      }
    },
  ],
}

Options

  • key

    Description: CookieHub domain code.

    Required: YES.

    Type: String.

  • debug

    Description: A value indicating whether run CookieHub in debug/development mode.

    Required: NO.

    Type: Boolean.

  • cookie

    Description: The prefix of the cookie name.

    Required: NO.

    Type: String.

Copyright

(c) 2021, Pittica S.r.l..

2.1.1

3 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago