don't display 'Always show site poster' menu entry if not applicable
This commit is contained in:
parent
d51deff865
commit
4ecf56e783
8 changed files with 25 additions and 15 deletions
|
|
@ -545,7 +545,7 @@
|
|||
"canAddAnnotations": {"staff": true, "admin": true},
|
||||
"hasEvents": true,
|
||||
"hasPlaces": true,
|
||||
"isSubtitle": true,
|
||||
"isSubtitles": true,
|
||||
"item": "Subtitle",
|
||||
"type": "text"
|
||||
}
|
||||
|
|
@ -564,8 +564,8 @@
|
|||
{"id": "calendar", "title": "on Calendar"}
|
||||
],
|
||||
"media": {
|
||||
"importMoviePosters": true,
|
||||
"importPosterFrames": true
|
||||
"importPosters": true,
|
||||
"importFrames": true
|
||||
},
|
||||
"personalLists": [
|
||||
{"title": "Favorites"},
|
||||
|
|
|
|||
|
|
@ -435,6 +435,7 @@
|
|||
"title": "Places",
|
||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"item": "Place",
|
||||
"overlap": true,
|
||||
"type": "place"
|
||||
},
|
||||
{
|
||||
|
|
@ -442,6 +443,7 @@
|
|||
"title": "Events",
|
||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"item": "Event",
|
||||
"overlap": true,
|
||||
"type": "event"
|
||||
},
|
||||
{
|
||||
|
|
@ -449,6 +451,7 @@
|
|||
"title": "Keywords",
|
||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"item": "Keyword",
|
||||
"overlap": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
|
|
@ -482,8 +485,8 @@
|
|||
{"id": "calendar", "title": "on Calendar"}
|
||||
],
|
||||
"media": {
|
||||
"importMoviePosters": false,
|
||||
"importPosterFrames": false
|
||||
"importPosters": false,
|
||||
"importFrames": false
|
||||
},
|
||||
"personalLists": [
|
||||
{"title": "Favorites"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue