rototo 0.1.0-alpha.3

Control plane for runtime configuration of your application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
schema_version = 1

description = "Whether to show administrator navigation affordances"
type = "bool"

[values]
hidden = false
visible = true

[resolve]
default = "hidden"

[[resolve.rule]]
qualifier = "admin-users"
value = "visible"