Add a new button to the panel input fields

Hi guys

Basically I want to add a button to the bottom of all text input fields on a clients backend panel. The brand name, lets call it Kirby-Forum, has a hyphen in the middle which means that sometimes it spreads over two lines. As this is a brand mark this can’t happen. I’m sure I can teach my client to add <nobr> </nobr> around the phrase, but I was wondering if theres a way of adding an icon to the bottom of all text input boxes that will allow them to do the same with the click of a button.

Image attached for clarity.

Yes, you can make a copy of the textarea field and add the new button to it. A - probably better - alternative would be to automate this via a Kirbytext Pre filter. Then there’s no need to add anything.