A UI Extension for Contentful that generate a dropdown for selecting a space-wide color selector. A use case for this is for forcing an editor to choose from a set of predefined brand colors.
You can customize the color options in the Extension settings in Contentful. Like:
The easiest way to install is from Contentful's "Install from Github" option:
Paste this URL into the "GitHub URL" field:
https://github.com/BKWLD/contentful-color-selector/blob/master/extension.json
- I ran into Babel issues ("We noticed you're using the
useBuiltIns
option without declaring a core-js version.") when using Yarn so this project using NPM like found in the Contentful docs.