mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 16:13:24 -04:00
Add page to create new letter branding
This has a form with 3 fields - the file upload field, logo name, and an optional logo domain. Logos need to be uploaded in `.svg` format and we then convert this to `.png` format and upload both file types to S3 as well as saving the letter branding details in the database.
This commit is contained in:
@@ -75,6 +75,7 @@ class HeaderNavigation(Navigation):
|
||||
'platform-admin': {
|
||||
'add_organisation',
|
||||
'create_email_branding',
|
||||
'create_letter_branding',
|
||||
'email_branding',
|
||||
'find_users_by_email',
|
||||
'live_services',
|
||||
@@ -405,6 +406,7 @@ class MainNavigation(Navigation):
|
||||
'conversation_updates',
|
||||
'cookies',
|
||||
'create_email_branding',
|
||||
'create_letter_branding',
|
||||
'data_retention',
|
||||
'delete_template_folder',
|
||||
'delivery_and_failure',
|
||||
@@ -583,6 +585,7 @@ class CaseworkNavigation(Navigation):
|
||||
'copy_template',
|
||||
'create_api_key',
|
||||
'create_email_branding',
|
||||
'create_letter_branding',
|
||||
'data_retention',
|
||||
'delete_service_template',
|
||||
'delete_template_folder',
|
||||
@@ -817,6 +820,7 @@ class OrgNavigation(Navigation):
|
||||
'copy_template',
|
||||
'create_api_key',
|
||||
'create_email_branding',
|
||||
'create_letter_branding',
|
||||
'data_retention',
|
||||
'delete_service_template',
|
||||
'delete_template_folder',
|
||||
|
||||
Reference in New Issue
Block a user