Shorten a long paragraph
Helper - truncate
This helper reduces the amount of text, to a fixed number.
Parameter
This is set as the number of characters.
Field - proposal.property.longDescription
The long description from a property proposal advert.
{{truncate proposal.property.longDescription 150}}
Helper - ellipsis
This helper reduces the amount of text, to a fixed number and adds any define characters at the end of the shortened paragraph.
Parameter
This is set as the number of characters. And text defined for the end of paragraph.
Field - proposal.property.longDescription
The long description from a property proposal advert.
{{ellipsis proposal.property.longDescription 150 '...'}}