I was trying to add Color selection for text in RichText component, but it's not working.
<RichText allowedFormats={['core/bold', 'core/text-color']} tagName="h5" value={props.attributes.title} onChange={handleTitleChange} />
I tried core/color also, no luck... Bold option appears, but no color, no special dropdown menu for it - nothing... If I don't use allowedFormats it shows me all the formats, but still no Color.
I'm here to see if it's any other option to do this without <InspectorControls>. Thanks.