oxbrowser/oxbrowser/cables.json

88 lines
2.1 KiB
JSON

{
"groups": [
{"id": "origin", "title": "Origin"},
{"id": "created", "title": "Created"},
{"id": "released", "title": "Released"}
],
"itemKeys": [
{
"id": "refid",
"title": "ID",
"type": "string",
"columnRequired": false,
"columnWidth": 180
},
{
"id": "subject",
"title": "Subject",
"type": "string",
"columnRequired": true,
"columnWidth": 480,
"find": true,
"sort": "string"
},
{
"id": "origin",
"title": "Origin",
"type": "string",
"columnWidth": 140,
"find": true,
"group": true,
"sort": "string"
},
{
"id": "created",
"title": "Created",
"type": "date",
"columnWidth": 120,
"group": true,
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
},
{
"id": "released",
"title": "Released",
"type": "date",
"columnWidth": 120,
"group": true,
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
},
{
"id": "classification",
"title": "Classification",
"type": "string",
"columnWidth": 180,
"find": true,
"group": true
},
{
"id": "tags",
"title": "Tag",
"type": ["string"],
"columnWidth": 120,
"find": true,
"group": true
}
],
"itemName": {
"singular": "Cable",
"plural": "Cables"
},
"itemViews": [
{"id": "info", "title": "Info"}
],
"listViews": [
{"id": "list", "title": "as List"},
{"id": "map", "title": "on Map"}
],
"site": {
"id": "{{settings.SITEID}}",
"name": "{{settings.SITENAME}}",
"url": "{{settings.URL}}"
},
"totals": [
{"id": "items"}
]
}