Skip to content

Instantly share code, notes, and snippets.

@felixboet
Last active September 24, 2021 07:41
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save felixboet/b83c342796a86010e4c63da45fab2130 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