refactoring
This commit is contained in:
parent
a6cf963b6e
commit
dc6d9d3185
5 changed files with 1985 additions and 797 deletions
|
|
@ -19,6 +19,10 @@
|
|||
{"id": "dialog", "title": "Dialog"}
|
||||
],
|
||||
"groups": ["director", "country", "year", "language", "genre"],
|
||||
"itemName": {
|
||||
"singular": "Movie",
|
||||
"plural": "Movies"
|
||||
},
|
||||
"itemViews": [
|
||||
{"id": "info", "title": "Info"},
|
||||
{"id": "statistics", "title": "Statistics"},
|
||||
|
|
@ -45,8 +49,9 @@
|
|||
{"id": "calendar", "title": "on Calendar"}
|
||||
],
|
||||
"site": {
|
||||
"id": "{{settings.SITEID}}",
|
||||
"name": "{{settings.SITENAME}}",
|
||||
"id": "{{settings.SITEID}}",
|
||||
"sectionName": "{{settings.SITENAME}}",
|
||||
"url": "{{settings.URL}}"
|
||||
},
|
||||
"sections": [
|
||||
|
|
@ -118,7 +123,7 @@
|
|||
"groupsSize": 128,
|
||||
"itemView": "timeline",
|
||||
"listQuery": {"conditions": [], "operator": ""},
|
||||
"listsSize": 192,
|
||||
"listsSize": 256,
|
||||
"listView": "icons",
|
||||
"sections": ["history", "lists", "public", "featured", "admin"],
|
||||
"showAnnotations": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue