/home/ntu100/www/wp-content/themes/flatsome/inc/builder/shortcodes/values/line-height.php
<?php
	return array(
		'xs'   => array( 'title' => 'XS'),
	    's'   => array( 'title' => 'S'),
	    'm' => array( 'title' => 'M'),
	    'l'  => array( 'title' => 'L'),
	);
?>