Files
thiet-ke-noi-that/wp-content/themes/flatsome/inc/builder/shortcodes/values/line-height.php
nguyen dung 39b8cb3612 init
2022-02-18 16:43:41 +07:00

8 lines
175 B
PHP

<?php
return array(
'xs' => array( 'title' => 'XS'),
's' => array( 'title' => 'S'),
'm' => array( 'title' => 'M'),
'l' => array( 'title' => 'L'),
);
?>