netlify-cms-widget-simple-uuid

0.0.2 • Public • Published

Netlify CMS Widget Simple UUID

Instructions:

  1. Install the widget:
npm i netlify-cms-widget-simple-uuid
  1. Import the widget in your main netlify cms file:
import idWidget from 'netlify-cms-widget-simple-uuid';
  1. Register the widget like this:
CMS.registerWidget('id', idWidget.Control, idWidget.Preview);
  1. Add the id field to your collection like this (the collection here is just an example):
collections:
  - name: "post"
    label: "Post"
    folder: "post"
    create: true
    slug: "{{slug}}"
    fields:
      - {label: "ID", name: "id", widget: "id"}

Enjoy!

Readme

Keywords

none

Package Sidebar

Install

npm i netlify-cms-widget-simple-uuid

Weekly Downloads

5

Version

0.0.2

License

ISC

Unpacked Size

1.78 kB

Total Files

3

Last publish

Collaborators

  • sformisano