Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```