Panel pages Title field uses a std formapi for the textfield. This defaults to a #maxlength of 128. Since this field allows tokens and html, this limit can get hit pretty quickly.
This patch sets #maxlength to 255.
| Comment | File | Size | Author |
|---|---|---|---|
| panels-increase_title_maxlength.patch | 608 bytes | liquidcms |
Comments
Comment #1
Letharion commentedComment #2
merlinofchaos commentedCommitted and pushed. It's best on everyone if you use git diff to create patches; this patch wouldn't apply with git apply, I had to use patch -p0 which is the pre-git format.
Comment #3
liquidcms commentedyea.. switching over to git any day now.. lol.. as it is i need to clean up all the patches from d.org to get rid of git text so i can use -p0 :)
MIT thanks you for patch submission: http://architecture.mit.edu/