Saturday, May 7, 2011

Remove formating text & split summary cursor button in drupal

You should put this is code inside hook_alter of any your custom module
-----------------------------------------------------------------------------------------------------------

$form['body_field']['format'] = array();
$form['body_field']['teaser_include'] = array('#type' => 'value','#value' => TRUE,);

No comments:

Post a Comment