I have this in my appsettings.json but only see the ordinary colour picker under the Text Colour changer. I don't see my custom colours. In fact I'd prefer it if we could see ONLY the custom colours.
With that said though I have no idea how to set the font sizes. Anything I have found does not work which makes this pretty useless.
-. The font family just doesn't work. I checked the TinyMCE docs and it looks like the commend alias is slightly different but that still didn't seem to work
I assume I would still then have the same issues with the CustomConfig trying to set the available fonts.
Has anyone got this to work in Umbraco 11 and can you share your config? I am looking to get Colour, Font Size, font Family working with pre-configured values for each.
Does anyone know how to get the textcolor_map working as of today? I have tried all the above and the colors don't show up, I just get the default ones
Add Text color to TinyMce Rich Text Editor in Umbraco 9?
Hello, I am trying to get textcolor plugin added to the rich text editor. I have tried this in appsettings.json and no luck.
Hi ShannonC,
I wrote a blog post about this, but the tl;dr is this:
This will give you access to font colour, font size and font type.
Thank you very much for this. Working on adding specific colors now, will update with progress.
Hello, have you managed to add custom colors to the RTE? I can't find anything related to this for Umbraco 9, thanks!
Edit: I got it to work, this is the syntax:
So basically the array must be in quotes and the values escaped.
I have this in my appsettings.json but only see the ordinary colour picker under the Text Colour changer. I don't see my custom colours. In fact I'd prefer it if we could see ONLY the custom colours.
Any advice appreciated :)
mmm, that works for me
Hi All,
Just opening this ticket back up for Umbraco 11. Some of this stuff does not seem to be working for that version.
-. The colour picker still works. But I cant get the colours to show using the textcolor_map.
-. The fontsize no longer works but I managed to check the TinyMCE documentation. The alias has changed to....
With that said though I have no idea how to set the font sizes. Anything I have found does not work which makes this pretty useless.
-. The font family just doesn't work. I checked the TinyMCE docs and it looks like the commend alias is slightly different but that still didn't seem to work
I assume I would still then have the same issues with the CustomConfig trying to set the available fonts.
Has anyone got this to work in Umbraco 11 and can you share your config? I am looking to get Colour, Font Size, font Family working with pre-configured values for each.
https://www.tiny.cloud/docs/advanced/editor-command-identifiers/#executablecommands
I have not tried in 11 but I have this working ok in 10.5
Does anyone know how to get the textcolor_map working as of today? I have tried all the above and the colors don't show up, I just get the default ones
is working on a reply...