/var/www/html_fr/wp-content/plugins/yaymail/src/Constants/AttributesData.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
namespace YayMail\Constants;

/**
 * Attributes Data
 */
class AttributesData {
    const 
TITLE_SIZE_OPTIONS = [
        
'default' => 26,
        
'small'   => 15,
        
'medium'  => 19,
        
'large'   => 29,
        
'xl'      => 39,
        
'xxl'     => 59,
    ];
}