Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoneoOrg/605d629d3baf6da8e8e339580290f61c to your computer and use it in GitHub Desktop.
Save RoneoOrg/605d629d3baf6da8e8e339580290f61c to your computer and use it in GitHub Desktop.
Custom Netlify CMS widgets

A list of custom Netlify CMS widgets

Netlify CMS comes with several built-in widgets to define the data type and interface for entry fields. This is an overview of additional widgets created by the community. Please feel free to add your custom widget to the list.

widget description demo
netlify-cms-widget-uuid-v4 UUID widget to safely link between items
@ncwidgets/id Generate a unique ID for new entries in a folder collection demo
@ncwidgets/reorder custom ordering of a referenced collection demo
netlify-cms-widget-inline-select Inline radio + multi-checkboxes select widget demo
netlify-cms-widget-pathname Pathname validation and url preview demo
netlify-cms-widget-colorpicker A string field with colorpicker demo

Contribute

Missing something here? You are very welcome to leave a comment or add widgets to the list, using this template:

| [name](LinkToDocs) | description | [demo](LinkToDemo) |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment