When creating a rc block at admin/config/relevant_content/blocks, the block delta is limited to 12 characters, although the database schema allows for 32. Is there a reason for that limitation?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 973822_rc_delta_32.patch | 825 bytes | scor |
Comments
Comment #1
nicholasthompsonI think the original reason was simply a UI/Usability thing. There is no practical reason for it not to be 32 characters (in fact, had I been writing the module now, I would have made it 32 characters).
Comment #2
scor commentedComment #3
nicholasthompsonIn the new schema (with a new settings API), the ID (block delta) is now up to 255 characters.
Cheers
Nick