Add Thunderbird sponsorship banner to home, uploads and download page

This commit is contained in:
timvisee
2025-06-30 23:12:54 +02:00
parent 197b0bcf59
commit 0a6bf39353
7 changed files with 150 additions and 1 deletions

View File

@@ -284,6 +284,11 @@ const conf = convict({
default: '',
env: 'SEND_DOWNLOAD_NOTICE_HTML'
},
show_thunderbird_sponsor: {
format: Boolean,
default: false,
env: 'SHOW_THUNDERBIRD_SPONSOR'
},
ui_color_primary: {
format: String,
default: '#0a84ff',