In the theme settings, I am wanting to have a simple textbox that is an unformatted textbox. Similar to the richtext type but without any of the formatting.
In the rich-text.liquid file, richtext boxes are referenced like this as an example;
"type": "richtext",
"id": "text",
"default": "
Share information about your brand with your customers. Describe a product, make announcements, or welcome customers to your store.
",
"label": "t:sections.rich-text.blocks.text.settings.text.label"
Is there an option for type that is a plain text textbox with multiple lines (i.e. not a single line type text)