🔧(frontend) make web app manifest optional

Add configuration to conditionally include manifest article,
allowing deployments to customize or disable MoreLink component.
This commit is contained in:
lebaudantoine
2025-06-06 22:52:23 +02:00
committed by aleb_the_flash
parent 211e05a0cb
commit b33df66158
4 changed files with 8 additions and 4 deletions

View File

@@ -333,6 +333,9 @@ class Base(Configuration):
"transcript": values.DictValue(
{}, environ_name="FRONTEND_TRANSCRIPT", environ_prefix=None
),
"manifest_link": values.Value(
None, environ_name="FRONTEND_MANIFEST_LINK", environ_prefix=None
),
}
# Mail