Disable item description trimming?
lwojcik opened this issue · 1 comments
lwojcik commented
Is it possible to skip truncating the description and returning full contents in any way?
Right now I provide descriptionMaxLen
with some impossible value (999999
) but it's a bit hacky workaround.
It would be great if I could pass -1
or false
to skip description truncation altogether.