From 625a4bef4c57981a561d1f0f66d7435703170ff8 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Sun, 19 Mar 2017 13:16:33 -0700 Subject: Fix image uploads --- src/js/cms.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/js/cms.js') diff --git a/src/js/cms.js b/src/js/cms.js index aae6669..8502ed0 100644 --- a/src/js/cms.js +++ b/src/js/cms.js @@ -4,6 +4,8 @@ import CMS from "netlify-cms"; import PostPreview from "./cms-preview-templates/post"; import ProductsPreview from "./cms-preview-templates/products"; + +// Example of creating a custom color widget class ColorControl extends React.Component { render() { return