0.0.4 • Published 5 years ago

netlify-cms-widget-ecomplus-collections v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Install

As an npm package:

npm install --save netlify-cms-widget-ecomplus-collections
import youtube from "netlify-cms-widget-ecomplus-collections";

CMS.registerWidget("collections", collectionsControl, collectionsPreview);

Via script tag:

<script src="https://unpkg.com/netlify-cms-widget-ecomplus-collections@^0.0.1"></script>

<script>
  CMS.registerWidget("collections", collectionsControl, collectionsPreview);
</script>

How to use

Add to your Netlify CMS configuration:

    fields:
      - { name: <fieldname>, label: <fieldlabel>, widget: collections }
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago