Maintainers strive to actively monitor issues and respond in a timely manner.

Dummy Content

Dummy Content (DC) provides an API (hooks) for other modules to generate (& manage) dummy nodes.

DC allow your custom module to provide demo nodes as soon as the module is installed - this helps with populating blocks, views, and generally showcasing your module's functionality. This is very useful when showcasing a module's functionality to a client. For example, rather than installing the Forum module and having to manually create forum nodes, the DC API can be used to pre-populate the site with forum-type nodes as soon as the Forum module is enabled. Additionally, rather than having purely Lorem Ipsum-type content, you can define relevant pieces of text and images, giving the content a more complete & realistic look & feel.

DC will also clean up after itself, removing any dummy nodes when child-modules are disabled.

Requirements

As of 7.x-1.2, DC requires the Tableform module.

API

The included dc_example.module provides an example implementation of the available hooks:

hook_dummy_content_data():
- allows you to define 'subjects' of text and image data

hook_dummy_content():

Components

The Components module provides components as entities, and thus are fieldable.
Using Components Groups, you can add components to an entity on the fly.

Bookable

This module implements basic node based booking functionality. For example An admin has created a car content type and subsequent car nodes.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained