BoldMinded acquires Ansel, support ending for all add-ons. BoldMinded acquires Ansel, support ending for all add-ons. Read More →
Support has been discontinued. Issues remain available as an archive. Support has been discontinued. Issues remain available as an archive.
Is there a way to increase the caption field character limit?
#142 opened by 5BYFIVE
Description
I'm using an Ansel field for a slideshow. I'm using the built in caption field for captions/descriptions. Some of the client-provided descriptions are too long and hitting a character limit. Can this character limit be bumped up? Thanks!
Replies
- TJ Draper
Replied 1/26/2019 10:45 AM, Edited 1/28/2019 9:28 AM
The column in the database is varchar 255 so the maximum amount that can go in that column is 255 characters at this time. You could hack the column, and I think I have validators to make sure not more than 255 characters can go in that field. Honestly It's probalby not worth doing that. I'd probably consider some different way of doing it, perhaps Ansel in a Grid field.
- 5BYFIVE
Replied 1/28/2019 9:15 AM, Edited 1/28/2019 9:28 AM
Thanks TJ, I'll have them shorten the descriptions.