Replies: 1 comment
-
If you want to customise the TinyMCE editor for a single template then you can pass a config to Docs: https://github.com/pimcore/pimcore/blob/11.x/bundles/TinymceBundle/README.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm using PimcoreTinymce in Pimcore 11 and i need to edit the color of text, when i work with pimcore_wysiwyg
I try this configuration in config/config.yaml , but it don't work:
`documents:
richtext_editor: tinymce
tinymce:
plugins:
- textcolor
- colorpicker
toolbar: 'textcolor | undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image'``
Beta Was this translation helpful? Give feedback.
All reactions