|
|
@ -36,7 +36,7 @@ templates:
|
|
|
|
smart_filter:
|
|
|
|
smart_filter:
|
|
|
|
sort_by: <<sort_by>>
|
|
|
|
sort_by: <<sort_by>>
|
|
|
|
any:
|
|
|
|
any:
|
|
|
|
year: <<value>>
|
|
|
|
year: <<key>>
|
|
|
|
limit: <<limit>>
|
|
|
|
limit: <<limit>>
|
|
|
|
|
|
|
|
|
|
|
|
collections:
|
|
|
|
collections:
|
|
|
@ -47,8 +47,11 @@ collections:
|
|
|
|
|
|
|
|
|
|
|
|
dynamic_collections:
|
|
|
|
dynamic_collections:
|
|
|
|
Year:
|
|
|
|
Year:
|
|
|
|
type: year
|
|
|
|
type: number
|
|
|
|
title_format: Best of <<key_name>>
|
|
|
|
title_format: Best of <<key_name>>
|
|
|
|
|
|
|
|
data:
|
|
|
|
|
|
|
|
starting: current_year-10
|
|
|
|
|
|
|
|
ending: current_year
|
|
|
|
template:
|
|
|
|
template:
|
|
|
|
- year_dynamic
|
|
|
|
- year_dynamic
|
|
|
|
- shared
|
|
|
|
- shared
|
|
|
|