1.1.1 • Published 4 years ago

netlify-cms-editor-component-pill v1.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

netlify-cms-editor-component-pill

This package provide a Pill component for Netlify CMS editor widget ready to drop in your Netlify CMS projects. Pills reperesent an attribute or inform users about the status of an object.


Installation

Run the following command using npm:

npm install netlify-cms-editor-component-pill gatsby-remark-pills --save

Requirements

  1. Gatsby version >=2.17.15
  2. Gatsby Transformer Remark Plugin >=2.6.36
---

## Usage

Add to your CMS.js inside Netlify CMS project

```js
import pill from 'netlify-cms-editor-component-pill';

CMS.registerEditorComponent(pill);

Configuration

// In your gatsby-config.js
plugins: [
  `gatsby-plugin-sharp`,
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        {
          resolve: `gatsby-remark-pills`
        }
      ]
    }
  }
];
1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago