blob: 8ae680460da8d194fc7c94080404dc4aadf5b017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"click": {
"ui:order": [
"presence",
"skipPresenceVisibilityCheck",
"hide",
"optOut",
"optIn",
"runContext"
]
},
"domains": {
"ui:title": "Domains"
},
"cookies": {
"ui:order": ["optOut", "optIn"]
},
"filter_expression": {
"ui:title": "RemoteSettings Filter Expression"
},
"ui:order": ["id", "domains", "cookies", "click", "filter_expression"]
}
|