forked from 0x2620/pandora
update config (layer item singular)
This commit is contained in:
parent
80dbd19500
commit
2d074ec295
3 changed files with 4 additions and 12 deletions
|
@ -582,7 +582,7 @@
|
||||||
"id": "privatenotes",
|
"id": "privatenotes",
|
||||||
"title": "Private Notes",
|
"title": "Private Notes",
|
||||||
"canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true},
|
||||||
"item": "Note",
|
"item": "Private Note",
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"private": true,
|
"private": true,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
|
@ -592,7 +592,7 @@
|
||||||
"id": "publicnotes",
|
"id": "publicnotes",
|
||||||
"title": "Public Notes",
|
"title": "Public Notes",
|
||||||
"canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true},
|
||||||
"item": "Note",
|
"item": "Public Note",
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
|
|
@ -535,13 +535,9 @@
|
||||||
"listViews": [
|
"listViews": [
|
||||||
{"id": "list", "title": "as List"},
|
{"id": "list", "title": "as List"},
|
||||||
{"id": "grid", "title": "as Grid"},
|
{"id": "grid", "title": "as Grid"},
|
||||||
//{"id": "info", "title": "with Info"},
|
|
||||||
{"id": "timelines", "title": "with Timelines"},
|
{"id": "timelines", "title": "with Timelines"},
|
||||||
{"id": "clips", "title": "with Clips"},
|
{"id": "clips", "title": "with Clips"},
|
||||||
//{"id": "maps", "title": "with Maps"},
|
|
||||||
//{"id": "calendars", "title": "with Calendars"},
|
|
||||||
{"id": "clip", "title": "as Clips"},
|
{"id": "clip", "title": "as Clips"},
|
||||||
//{"id": "video", "title": "as Video"},
|
|
||||||
{"id": "map", "title": "on Map"},
|
{"id": "map", "title": "on Map"},
|
||||||
{"id": "calendar", "title": "on Calendar"}
|
{"id": "calendar", "title": "on Calendar"}
|
||||||
],
|
],
|
||||||
|
|
|
@ -432,7 +432,7 @@
|
||||||
"id": "privatenotes",
|
"id": "privatenotes",
|
||||||
"title": "Private Notes",
|
"title": "Private Notes",
|
||||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
"item": "Note",
|
"item": "Private Note",
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"private": true,
|
"private": true,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
|
@ -442,7 +442,7 @@
|
||||||
"id": "publicnotes",
|
"id": "publicnotes",
|
||||||
"title": "Public Notes",
|
"title": "Public Notes",
|
||||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
"item": "Note",
|
"item": "Public Note",
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
@ -461,13 +461,9 @@
|
||||||
"listViews": [
|
"listViews": [
|
||||||
{"id": "list", "title": "as List"},
|
{"id": "list", "title": "as List"},
|
||||||
{"id": "grid", "title": "as Grid"},
|
{"id": "grid", "title": "as Grid"},
|
||||||
//{"id": "info", "title": "with Info"},
|
|
||||||
{"id": "timelines", "title": "with Timelines"},
|
{"id": "timelines", "title": "with Timelines"},
|
||||||
{"id": "clips", "title": "with Clips"},
|
{"id": "clips", "title": "with Clips"},
|
||||||
//{"id": "maps", "title": "with Maps"},
|
|
||||||
//{"id": "calendars", "title": "with Calendars"},
|
|
||||||
{"id": "clip", "title": "as Clips"},
|
{"id": "clip", "title": "as Clips"},
|
||||||
//{"id": "video", "title": "as Video"},
|
|
||||||
{"id": "map", "title": "on Map"},
|
{"id": "map", "title": "on Map"},
|
||||||
{"id": "calendar", "title": "on Calendar"}
|
{"id": "calendar", "title": "on Calendar"}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue