I am trying to add a toolbar button for editors to insert a non-breakin space in the RTE.
I’ve added the following in my App Settings:
"RichTextEditor": {
"Plugins": "nonbreaking",
"Commands": [
{
"alias": "nonbreaking",
"name": "Non-breaking space",
"mode": "Insert",
"icon": "nonbreaking"
}
]
}
This adds the option to my datatype settings:
You will see there is no icon for option, I can’t seem to get that to show up. However, despite having the option to enable this new button it is not available in the RTE.
Is there something I am missing? Is there somewhere else I need to add/enable the plugin?