🔧(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:
committed by
aleb_the_flash
parent
211e05a0cb
commit
b33df66158
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user