mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
282f53f0cd
Allows theme authors to specify custom theme settings for the theme. Centralizes the theme/site settings into a single construct
20 lines
280 B
YAML
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
|