"description":"This property provides a lookup table of whether or not the given section should be enabled. If the section is enabled, it should be toggleable in the settings screen, and on by default.",
"description":"Configuration for the messaging system.\n\nIn practice this is a set of growable lookup tables for the\nmessage controller to piece together.\n",
"hasExposure":true,
"exposureDescription":"",
"variables":{
"actions":{
"type":"json",
"description":"A growable map of action URLs."
},
"message-under-experiment":{
"type":"string",
"description":"Id or prefix of the message under experiment."
},
"messages":{
"type":"json",
"description":"A growable collection of messages"
},
"styles":{
"type":"json",
"description":"A map of styles to configure message appearance.\n"
},
"triggers":{
"type":"json",
"description":"A collection of out the box trigger expressions. Each entry maps to a valid JEXL expression.\n"
"description":"A feature that does not correspond to an application feature suitable for showing that Nimbus is working. This should never be used in production.",