Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey using Umbraco 13, does anyone know how to limit colours available from the colour picker in the rich text editor?
I have managed to get a colour picker by using the following in my appsettings
"RichTextEditor": { "Commands": [ { "Alias": "forecolor", "Name": "Color Picker", "mode": "Selection" } ], "Plugins": [], "CustomConfig": { "color_map": [ "000000", "Black", "a4b69c", "Green" ] } }
Which enables me to select the colour picker on the property editor:
Then it displays a colour picker on the editor. However, the colours are not limited
I have tried using textcolor_map
"CustomConfig": { "textcolor_map": [ "000000", "Black", "a4b69c", "Green" ],
and also using
"color_picker": false
But nothing seems to work. Any suggestions, I can try?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Limit colours on the colour picker. Umbraco 13
Hey using Umbraco 13, does anyone know how to limit colours available from the colour picker in the rich text editor?
I have managed to get a colour picker by using the following in my appsettings
Which enables me to select the colour picker on the property editor:
Then it displays a colour picker on the editor. However, the colours are not limited
I have tried using textcolor_map
and also using
But nothing seems to work. Any suggestions, I can try?
is working on a reply...