Is it possible to override element default setting values programmatically? I am particularly interested in overriding the following setting on the Text Element - but I could see other areas where I may want to apply similar changes to the default values for other Elements.
pro/cornerstone/includes/elements/values.php
Line 488: ‘text_line_height’ => cs_value( ‘1.4’ ),
Thanks