Model
Logo
Magento\Email\Model\Design\Backend\Logo
What it does
This model class handles the upload and validation of email logo images in Magento's system configuration.
Developers use this class when working with email template customization to ensure uploaded logos meet size requirements (max 2MB) and are in allowed image formats (JPG, JPEG, GIF, PNG).
It extends the theme logo functionality specifically for email-related logo uploads.
Public Methods
- getAllowedExtensions()