Posted by bsuttis on May 31, 2008 at 4:17am
Jump to:
| Project: | Related links |
| Version: | 5.x-2.2-beta |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I've got TinyMCE enabled and for the Related Links textarea on my node form, I want to unset it.
TinyMCE provides a handy theme override that allows this, but using the name of the textarea generated in the Related Links fieldset isn't working. I wonder if it's something to do with the brackets ([ and ]). As a test, I swapped out the case 'relatedlinks_fieldset[relatedlinks]': with case 'body': and my node's body field unset itself.
Anyone have a suggestion on how to unset the Related Links textarea?
Comments
#1
I was able to find an answer: http://drupal.org/node/72940#comment-219585
Still not sure why case 'relatedlinks-fieldset-relatedlinks' works, but it does