This project is not covered by Drupal’s security advisory policy.

Test Content Block is a tool for people tasked with the onerous chore of theming Drupal sites. When theming, you often have to run back and forth between node templates. It's a chore to have to open /admin/content/node to try to locate appropriate test content (especially if you've had Devel Generate create a bunch of nodes for you). Wouldn't it be nice to have links to all of the relevant test content right at your fingertips?

Test Content Block renders a list of all content types on your site. Under each content type will be either:

1) a link to a node of that type (and an edit link as well)

OR, if there are no nodes of that type,

2) a link to manually add a node of that type AND a link to auto-generate the node (if devel_generate is installed).

You can manually set which nodes show up in the block using the controls on the configuration page (admin/settings/test-content-block). If you do not, the most recent node of a given type will be used.

Project information

Releases