Closed (works as designed)
Project:
Documentation
Component:
Developer Guide
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
6 Nov 2007 at 00:43 UTC
Updated:
28 Dec 2007 at 20:37 UTC
The correct value for the if statment is
if (isset($form['#type'])
the # char is missing
Comments
Comment #1
bdragon commentedNo, it's correct. Node settings forms store the node type in $form['type'] in 5.x. That's actually the correct way to target the content type settings forms.