mymodule.info file with contents
name = Blog Helper module
description = Make body field of blog not required
dependencies = blogmymodule.module file with contents:
KOBA - Webdesign with Drupal
<?php
function blog_form_alter($form_id, &$form) {
$form['body_filter']['body']['#required'] = FALSE;
}?>
No comments:
Post a Comment