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.