3.0.1 • Published 7 years ago
netlify-cms-widget-color v3.0.1
netlify-cms-widget-color
Remembering all the world's code values for colors is hard. Now you don't have to. Install the color widget so you can make an easy job of things like changing your font color, directly in the editor UI.
Install and Usage
As an npm package:
npm install netlify-cms-widget-color @pake/react-colorimport CMS from "netlify-cms";
import * as ColorWidget from "netlify-cms-widget-color";
CMS.registerWidget("color", ColorWidget.Control);Add to your config.yml:
fields:
- name: <fieldname>
label: <fieldlabel>
widget: colorExample
see public directory