blob: baa4b53863e15699f1f0cd54103c0792fc3cd8f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# please put double quotes around everything. php does weird things to unquoted
# ini values sometimes and it's not worth the debugging headache
[instance.name]
default = "Digitigrade"
[instance.description]
default = "A Digitigrade instance"
type = "longtext"
[instance.openRegistrations]
default = "false"
type = "boolean"
[about.description]
default = ""
type = "longtext"
[about.terms]
default = ""
type = "longtext"
[customisation.instanceCss]
default = ""
type = "code"
|