18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"comment": "Sample map variant data for use with tools:... attributes in layouts",
|
|
"variants": [
|
|
{
|
|
"title": "Daytime",
|
|
"checked": true
|
|
},
|
|
{
|
|
"title": "After dark",
|
|
"checked": false
|
|
},
|
|
{
|
|
"title": "Concert",
|
|
"checked": false
|
|
}
|
|
]
|
|
}
|