- Disable broken dynamic collections feature
This commit is contained in:
parent
f214cc643e
commit
68be160398
|
@ -836,9 +836,10 @@ collections:
|
||||||
# Zooey Deschanel:
|
# Zooey Deschanel:
|
||||||
# template: { name: Person, person: 11664 }
|
# template: { name: Person, person: 11664 }
|
||||||
|
|
||||||
dynamic_collections:
|
# disabled until CommentedMap is fixed
|
||||||
"PER-ACTOR COLLECTION": # mapping name does not matter just needs to be unique
|
# dynamic_collections:
|
||||||
type: actor
|
# "PER-ACTOR COLLECTION": # mapping name does not matter just needs to be unique
|
||||||
data:
|
# type: actor
|
||||||
depth: 5 # must be in top X billed actors for a given movie for the movie to be added
|
# data:
|
||||||
minimum: 10 # actor must be in at least X movies to have a collection made
|
# depth: 5 # must be in top X billed actors for a given movie for the movie to be added
|
||||||
|
# minimum: 10 # actor must be in at least X movies to have a collection made
|
||||||
|
|
|
@ -598,11 +598,11 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
dynamic_collections:
|
# dynamic_collections:
|
||||||
### Trending
|
# ### Trending
|
||||||
"The A List":
|
# "The A List":
|
||||||
template: { name: Chart,
|
# template: { name: Chart,
|
||||||
level: "++" }
|
# level: "++" }
|
||||||
summary: "The biggest actors in Hollywood right now"
|
# summary: "The biggest actors in Hollywood right now"
|
||||||
type: tmdb_popular_people
|
# type: tmdb_popular_people
|
||||||
data: 10
|
# data: 10
|
||||||
|
|
Loading…
Reference in New Issue