Pimcore 11 PimcoreTinymce with textcolor

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:
`pimcore:

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'`