https://github.com/bkwld/contentful-color-selector
A UI Extension for Contentful that generate a dropdown for selecting a space-wide color
https://github.com/bkwld/contentful-color-selector
Last synced: 7 months ago
JSON representation
A UI Extension for Contentful that generate a dropdown for selecting a space-wide color
- Host: GitHub
- URL: https://github.com/bkwld/contentful-color-selector
- Owner: BKWLD
- License: mit
- Created: 2019-05-31T19:59:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T10:28:28.000Z (over 1 year ago)
- Last Synced: 2025-03-05T10:02:04.364Z (over 1 year ago)
- Language: HTML
- Size: 962 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contentful-color-selector
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:

## Install
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
```
## Notes
- 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.