kenjis / codeigniter-ss-twig

A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
MIT License
168 stars 46 forks source link

Truncate filter does not work #54

Closed Ajax30 closed 3 years ago

Ajax30 commented 3 years ago

Using {{post.content|truncate(100)}} or {{post.content|raw|truncate(100)}} (with Twig 1.44.1) does not work. The application throws an Unknown "truncate" filter error message.

kenjis commented 3 years ago

@Ajax30 https://twig.symfony.com/doc/1.x/ There is no truncate filter.

kenjis commented 3 years ago

If you have still the problem, feel free to reopen.