Add multi-line textbox config schema option for add-ons

n my add-on, I would like to allow the user to input a (single) multi-line string of text – ideally type or cut & paste in a multi-line textbox.

It doesn’t seem like there is any native way to do that because config.yaml: schema only accepts str (or str?) which is a single line string.

My specific use case is for my published add-on HAOSKiosk where I would like to allow users to paste additions to the xorg.conf file used by this add-on.

More generally, I imagine many add-ons may have multi-line configuration text that users should have the option to add.

Thanks.

2 Likes

i would also greatly apreciate this feature, i’ve been trying to get an openvpn addon to work and i don’t yet find a way to make the client config file usable without multiline textboxes…