This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/fixtures/theme_settings
David Taylor a3b47c1dd1 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
```
2019-02-05 14:14:53 +00:00
..
invalid_settings.yaml FEATURE: Theme settings (2) (#5611) 2018-03-04 19:04:23 -05:00
valid_settings.yaml FEATURE: Allow string theme settings to display with multiple lines 2019-02-05 14:14:53 +00:00