This commit is contained in:
j 2011-01-03 20:39:23 +00:00
parent 0c6574f5bd
commit f2b60633b4

View file

@ -19,22 +19,22 @@
{"id": "dialog", "title": "Dialog"} {"id": "dialog", "title": "Dialog"}
], ],
"groups": [ "groups": [
{"id": "director", "title": "Director"}, {"id": "director", "title": "Director"},
{"id": "country", "title": "Country"}, {"id": "country", "title": "Country"},
{"id": "year", "title": "Year"}, {"id": "year", "title": "Year"},
{"id": "language", "title": "Language"}, {"id": "language", "title": "Language"},
{"id": "genre", "title": "Genre"}, {"id": "genre", "title": "Genre"},
{"id": "writer", "title": "Writer"}, {"id": "writer", "title": "Writer"},
{"id": "producer", "title": "Producer"}, {"id": "producer", "title": "Producer"},
{"id": "cinematographer", "title": "Cinematographer"}, {"id": "cinematographer", "title": "Cinematographer"},
{"id": "editor", "title": "Editor"}, {"id": "editor", "title": "Editor"},
{"id": "actor", "title": "Actor"}, {"id": "actor", "title": "Actor"},
{"id": "keyword", "title": "Keyword"} {"id": "keyword", "title": "Keyword"}
], ],
"itemName": { "itemName": {
"singular": "Movie", "singular": "Movie",
"plural": "Movies" "plural": "Movies"
}, },
"itemViews": [ "itemViews": [
{"id": "info", "title": "Info"}, {"id": "info", "title": "Info"},
{"id": "statistics", "title": "Statistics"}, {"id": "statistics", "title": "Statistics"},
@ -44,10 +44,10 @@
{"id": "calendar", "title": "Calendar"}, {"id": "calendar", "title": "Calendar"},
{"id": "files", "title": "Files", "admin": true} {"id": "files", "title": "Files", "admin": true}
], ],
"layers": [ "layers": [
{"id": "privatenotes", "title": "Private Notes", "type": "text"}, {"id": "privatenotes", "title": "Private Notes", "type": "text"},
{"id": "publicnotes", "title": "Public Notes", "type": "text"} {"id": "publicnotes", "title": "Public Notes", "type": "text"}
], ],
"listViews": [ "listViews": [
{"id": "list", "title": "as List"}, {"id": "list", "title": "as List"},
{"id": "icons", "title": "as Icons"}, {"id": "icons", "title": "as Icons"},
@ -61,9 +61,9 @@
{"id": "calendar", "title": "on Calendar"} {"id": "calendar", "title": "on Calendar"}
], ],
"site": { "site": {
"id": "{{settings.SITEID}}", "id": "{{settings.SITEID}}",
"name": "{{settings.SITENAME}}", "name": "{{settings.SITENAME}}",
"sectionName": "{{settings.SITENAME}}", "sectionName": "{{settings.SITENAME}}",
"url": "{{settings.URL}}" "url": "{{settings.URL}}"
}, },
"sections": [ "sections": [
@ -128,24 +128,25 @@
"group": "guest", "group": "guest",
"preferences": {}, "preferences": {},
"ui": { "ui": {
"annotationsSize": 256,
"columns": ["id", "title", "director", "country", "year", "language", "genre"], "columns": ["id", "title", "director", "country", "year", "language", "genre"],
"findQuery": {"conditions": [], "operator": ""}, "findQuery": {"conditions": [], "operator": ""},
"groups": ["director", "country", "year", "language", "genre"], "groups": ["director", "country", "year", "language", "genre"],
"groupsQuery": {"conditions": [], "operator": "|"}, "groupsQuery": {"conditions": [], "operator": "|"},
"groupsSize": 176, "groupsSize": 176,
"item": "", "item": "",
"itemView": "timeline", "itemView": "timeline",
"listQuery": {"conditions": [], "operator": ""}, "listQuery": {"conditions": [], "operator": ""},
"listsSize": 256, "listsSize": 256,
"listView": "icons", "listView": "icons",
"section": "items", "section": "items",
"sections": ["history", "lists", "public", "featured"], "sections": ["history", "lists", "public", "featured"],
"showAnnotations": true, "showAnnotations": true,
"showGroups": true, "showGroups": true,
"showInfo": true, "showInfo": true,
"showLists": true,
"showMovies": true, "showMovies": true,
"sitePage": "home", "showSidebar": true,
"sitePage": "home",
"sort": [ "sort": [
{"key": "director", "operator": ""} {"key": "director", "operator": ""}
], ],