mirror of
git://f0xx.org/android_cast
synced 2026-07-29 05:17:39 +03:00
wg start
This commit is contained in:
@@ -25,9 +25,10 @@ return [
|
||||
'show_year' => true,
|
||||
// null = current calendar year at render time (end of range).
|
||||
'year' => null,
|
||||
// Set e.g. 2026 for "2026–{current}" (en dash). Omit for single year only.
|
||||
'year_start' => "2026 - current",
|
||||
# 'year_start' => null,
|
||||
// Integer start year. With year_through_current: "2026 - current" (literal suffix).
|
||||
// Without it: "2026–2027" range (en dash) or lone "2026" when start equals end year.
|
||||
'year_start' => 2026,
|
||||
'year_through_current' => true,
|
||||
|
||||
// CSS class on <footer> (platform-footer layout classes are always added).
|
||||
'footer_class' => 'bottom-bar',
|
||||
|
||||
Reference in New Issue
Block a user