When using core_v2_language.Truncate($body, 450, "%{ Ellipsis='...', MaintainHtmlFormatting='True' }")) our embeddable code is getting HTML tags stripped.
Using Truncate:
Without Truncate:
When using core_v2_language.Truncate($body, 450, "%{ Ellipsis='...', MaintainHtmlFormatting='True' }")) our embeddable code is getting HTML tags stripped.
Using Truncate:
Without Truncate:
Does that Truncate method need a string or boolean for the "MaintainHtmlFormatting" parameter?
Great idea, i gave it a shot but it threw an error.
#set($maintain = false)
$core_v2_language.Truncate($body, 450, "%{ Ellipsis='...', MaintainHtmlFormatting=$maintain }"))
That does not do it either.
That does not do it either.