craftcms / redactor

Edit rich text content in Craft CMS using Redactor by Imperavi.
https://plugins.craftcms.com/redactor
MIT License
100 stars 49 forks source link

redactor should contain at most 65535 charcters #465

Closed weihanAu closed 1 year ago

weihanAu commented 1 year ago

Description

how can I increase this limit? I've never got this before, so weird.

Steps to reproduce

1. 2.

Additional info

angrybrad commented 1 year ago

If you go to your Redactor field's settings, scroll to the bottom under "Advanced", you can change the underlying database column type from text (which supports 65 kb) to mediumtext (which supports 16mb).