FEATURE: Allow string theme settings to display with multiple lines

To use, add `textarea: true` to the theme settings.yml. For example:

```
my_setting:
  default: "some string"
  textarea: true
```
This commit is contained in:
David Taylor
2019-02-05 14:14:53 +00:00
parent 7b7bc3db39
commit a3b47c1dd1
5 changed files with 26 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ string_setting_02:
min: 2
max: 20
string_setting_03:
default: "string value"
textarea: true
integer_setting: 51
integer_setting_02: