This is a custom element for Kentico Kontent that allows users to choose a color using a dynamic pallete. It saves the value as a HEX string (e.g. #ff0000
for a bright red or #00ff00
for a bright green).
- Deploy the code to a secure public host
- See deploying section for a really quick option
- Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
- The
Hosted code URL
is where you deployed to in step 1
- The
Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.
The value is saved as a HEX color code (e.g. #ff0000
for a bright red or #00ff00
for a bright green).
Originally contributed by @dzmitryk-kentico