Can I remove the "summary" from the "Text (formatted, long, with summary)" widget?
When creating a new content type, by default it has the Body field, which has a Field type of Text (formatted, long, with summary). For this content type, I don't want authenticated users to see the summary. What's the proper way to hide the "edit summary" part for non-admin users? Or, am I better off deleting the default Body field and creating a ...
Which hook is invoked when pressing the remove button with widget image?
In a content type named "R" there is a image field say "I". When a node with R->I is filled with a image file then standard you can remove this by pressing the remove button. The standard images widget is used in drupal 7. When I press this remove button something is executed as I get a message just 2 cm above the field "I" which is displaying the ...