I’m using this plugin, I know it’s not the best, but I don’t have time to rewrite all these scripts. I need to know how enable text wrap. The incomplete documentation on the website doesn’t help at all.
I have tried using 1 and ‘wrap’ as the parameter in the array, but no luck.
Has anyone gotten this to work?
Ok figured it out. I was trying to do it like this:
But setting
'textWrap' => 1didn’t work.So I changed it a bit:
And that solved my issue.