Custom Content Types

Developer notes for content type (node) design and implementation.

Content Type Module Components

Modules can define multiple content types (nodes) grouped by similar function.

A good example module can be found at:

docroot/modules/custom/bos_content/modules/article

Module folder

Module naming convention is to call the module module_name. The "module_name" should be indicative of the node/s contained within the module.

Last updated

Was this helpful?