Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

twig limit text

{ myentity.text|length > 50 ? myentity.text|slice(0, 50) ~ '...' : myentity.text  }}
 
PREVIOUS NEXT
Tagged: #twig #limit #text
ADD COMMENT
Topic
Name
9+8 =