Menu settings fieldset is not implemented by CCK, so altering the collapsed attribute of this fieldset is out of scope here.
You can do it from a pretty simple implementation of hook_form_alter() in custom module. If you need assitance with this, then please ask in the development forum.
Comments
Comment #1
markus_petrux commentedMenu settings fieldset is not implemented by CCK, so altering the collapsed attribute of this fieldset is out of scope here.
You can do it from a pretty simple implementation of hook_form_alter() in custom module. If you need assitance with this, then please ask in the development forum.