ProNotion
(Simon Dingley)
July 4, 2025, 4:01pm
1
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?
huwred
(Huwred)
July 4, 2025, 7:24pm
2
try removing the “icon” settng, Just tested in 13.9.2 and works fine
1 Like
huwred
(Huwred)
July 4, 2025, 7:28pm
3
Also, despite it saying it wants a string, plugins is an array
"Plugins": ["nonbreaking"],
1 Like
ProNotion
(Simon Dingley)
July 7, 2025, 10:56am
4
@huwred This works - thanks! Still no icon when configuring the datatype but I can live with that for now as it shows in the RTE toolbar.
huwred
(Huwred)
July 7, 2025, 4:28pm
5
Yeah, I believe this is a fault of the plugin as it doesn’t provide an icon. Not entirely sure what it uses on the toolbar though
system
(system)
Closed
August 7, 2025, 8:14am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.