'logo',
'accept' => 'image/svg+xml,image/png,image/jpeg,image/webp',
'hint' => t('Allowed file types: SVG, PNG, JPG, WEBP'),
'currentSrc' => $hasLogo ? appLogoUrl(256) : '',
'currentLabel' => t('App logo'),
'formId' => $canUpdateSettings ? 'branding-logo-form' : '',
'deleteFormId' => $hasLogo && $canUpdateSettings ? 'branding-logo-delete-form' : '',
'deleteConfirm' => t('Remove the app logo?'),
];
require templatePath('partials/app-file-upload.phtml');
?>