1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:17:39 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-04 17:27:19 +02:00
parent a29d84038e
commit 7b1311c78e
20 changed files with 665 additions and 35 deletions

View File

@@ -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: "20262027" 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',