Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcomontalbano/netlify-cms-widgets
A collection of Netlify CMS widgets.
https://github.com/marcomontalbano/netlify-cms-widgets
jest netlify netlify-cms netlify-cms-widget typescript widget
Last synced: 29 days ago
JSON representation
A collection of Netlify CMS widgets.
- Host: GitHub
- URL: https://github.com/marcomontalbano/netlify-cms-widgets
- Owner: marcomontalbano
- License: mit
- Created: 2021-01-08T10:46:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T20:16:03.000Z (over 3 years ago)
- Last Synced: 2024-10-19T08:14:56.675Z (3 months ago)
- Topics: jest, netlify, netlify-cms, netlify-cms-widget, typescript, widget
- Language: TypeScript
- Homepage: https://www.marcomontalbano.com/netlify-cms-widgets
- Size: 618 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlify CMS • Widgets
```html
CMS.registerWidget(marcomontalbano.netlifyCmsWidgetId)
``````html
CMS.registerWidget(marcomontalbano.netlifyCmsWidgetSecret)
``````html
CMS.registerWidget(marcomontalbano.netlifyCmsWidgetRating)
```## Development
```sh
# install dependencies
yarn# build widgets
yarn build# playground
yarn start# http://localhost:5000
```