discourse/spec/fixtures/theme_settings
Jarek Radosz d91d67a442
FEATURE: Allow theme settings to request refresh (#15037)
Similar to site settings, adds support for `refresh` option to theme settings.

```yaml
super_feature_enabled:
  type: bool
  default: false
  refresh: true
```
2021-11-22 13:16:56 +01:00
..
invalid_settings.yaml
json_schema_settings.yaml DEV: support json_schema in theme settings (#12294) 2021-03-10 20:15:04 -05:00
valid_settings.yaml FEATURE: Allow theme settings to request refresh (#15037) 2021-11-22 13:16:56 +01:00