Body Default Text (BDT)

Categories

Component ID

1075938

Component name

Body Default Text (BDT)

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

782

Component created

Component changed

Component body

I had a need to set a default value for the body field per content type. As I couldn't find a solution that is inbuild into drupal and also had a talk with some devs on IRC I decided to write my own little module to realize this functionality. The module can be used to give a content contributor a predefined suggested structure how a new piece of content could look like (but the user can always delete the predefined suggestions).

I also found several pages on drupal.org where users asked for such a feature (https://drupal.org/node/170750#comment-1159175 http://drupal.org/node/812550) so I thought it would be valid to share it with the community. I also would like to mention that this is my first module and so it should be reviewed carefully.