Closed tobiaswatzek closed 4 years ago
Hi @spitzfaust,
in our default configuration we removed the 'linkStyle'
button from the linkEditButtons option, therefore, to make the button visible again, please also provide a linkEditButtons
option in your custom toolbar configuration and add back the 'linnkStyle'
button like so:
{
...
linkEditButtons: ['linkOpen', 'linkStyle', 'linkEdit', 'linkRemove'],
linkStyles: { /* Your link styles */ },
...
}
Thank you this worked like a charm :+1:
Brief bug description
First of all: Thank you for the great richtext editor integration. It is very extendable and customizable. We tried to define custom link styles as described in the Froala documentation (https://froala.com/wysiwyg-editor/examples/link-styles/) and the button to select those styles is simply not showing up when clicking into a link. Other custom configurations and custom plugins are working as expected.
Repro steps
linkStyles
to the richtext default configuration.Expected behavior
Inside of the pop-up menu a "style" selection should be visible where the configured styles can be selected.
Test environment