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:
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.
Sub-pages in this section assumes an example module is to be named module_name
and therefore the module folder would be:
Last updated