forked from kamba4/sunders
32 lines
1.6 KiB
JSON
32 lines
1.6 KiB
JSON
[ { "listTitle": "title-icons",
|
|
"listEntries": [
|
|
{ "icons": [ { "src": "camAll.png", "alt": "icon-cam-alt" } ],
|
|
"description": "desc-cam" },
|
|
{ "icons": [ { "src": "fixedAll.png", "alt": "icon-fixed-alt" } ],
|
|
"description": "desc-fixed" },
|
|
{ "icons": [ { "src": "panningAll.png", "alt": "icon-panning-alt" } ],
|
|
"description": "desc-panning" },
|
|
{ "icons": [ { "src": "domeAll.png", "alt": "icon-dome-alt" } ],
|
|
"description": "desc-dome" },
|
|
{ "icons": [ { "src": "panorama.png", "alt": "icon-panorama-alt" } ],
|
|
"description": "desc-panorama" },
|
|
{ "icons": [ { "src": "guardAll.png", "alt": "icon-guard-alt" } ],
|
|
"description": "desc-guard" },
|
|
{ "icons": [ { "src": "traffic.png", "alt": "icon-alpr-alt" } ],
|
|
"description": "desc-alpr" } ] },
|
|
{ "listTitle": "title-colors",
|
|
"listEntries": [
|
|
{ "icons": [ { "src": "colorRedAll.png", "alt": "icon-red-alt" } ],
|
|
"description": "desc-red" },
|
|
{ "icons": [ { "src": "colorBlueAll.png", "alt": "icon-blue-alt" } ],
|
|
"description": "desc-blue" },
|
|
{ "icons": [ { "src": "colorGreenAll.png", "alt": "icon-green-alt" } ],
|
|
"description": "desc-green" },
|
|
{ "icons": [
|
|
{ "src": "todo_camAll.png", "alt": "icon-yellow-fixed-alt" },
|
|
{ "src": "todo_domeAll.png", "alt": "icon-yellow-dome-alt" },
|
|
{ "src": "todo_panorama.png", "alt": "icon-yellow-panorama-alt" },
|
|
{ "src": "todo_guardAll.png", "alt": "icon-yellow-guard-alt" },
|
|
{ "src": "todo_traffic.png", "alt": "icon-yellow-alpr-alt" } ],
|
|
"description": "desc-yellow" } ] }
|
|
]
|