diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-03-19 13:16:33 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-03-19 13:16:33 -0700 |
| commit | 625a4bef4c57981a561d1f0f66d7435703170ff8 (patch) | |
| tree | 942315fb99c3050c57d7e312b275e1e0584d838e /src/js/cms.js | |
| parent | 4c0b25582faa403191286275fa678cd89622c63b (diff) | |
Fix image uploads
Diffstat (limited to 'src/js/cms.js')
| -rw-r--r-- | src/js/cms.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 <input |
