summaryrefslogtreecommitdiffstats
path: root/toolkit/components/featuregates/test/python/data/good.toml
blob: 1fbdc3298d36cbf3ff0f013d2aa77d755d417100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[demo-feature]
title = "Demo Feature"
description = "A no-op feature to demo the feature gate system."
restart-required = false
preference = "foo.bar.baz"
type = "boolean"
bug-numbers = [1479127]
is-public = true
default-value = false

[minimal-feature]
title = "Minimal Feature"
description = "The smallest feature that is valid"
restart-required = true
type = "boolean"
bug-numbers = [1479127]