In order to add support for vertical tabs (in D7 is a core feature and in D6 with vertical tabs module) is needed to add next property to fieldsets for the node type form and node form.
'#group' => 'additional_settings'.
This change is needed for D7 (core vertical tabs) and D6 (with vertical tabs module)
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | creativecommons_vertical_tabs.patch | 451 bytes | jcmarco |
| creativecommons_vertical_tabs.patch | 451 bytes | jcmarco |
Comments
Comment #1
dave reidNote the patch should use a group value of "additional_settings" and not "additional settings"
Comment #2
jcmarco commentedComment #3
balleyne commentedThanks!