1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
OsamaSayegh 282f53f0cd FEATURE: Theme settings (2) ()
Allows theme authors to specify custom theme settings for the theme. 

Centralizes the theme/site settings into a single construct
2018-03-04 19:04:23 -05:00

20 lines
280 B
YAML

no_match_setting:
type: bool
default: "string value"
no_default_setting:
type: string
invalid_type_setting:
type: listt
default: "name|age|last name"
default_out_of_range:
default: 100
min: 1
max: 20
string_default_out_of_range:
default: "abcdefg"
min: 20