Domain Types adds a configurable domain property (type) to all domains.

You can add types with hook_domain_types(). See domain_types.api.inc. There's no GUI for this, but module makers are invited to create it.

Features

  • Views support: list domains of certain types (domain_views.module required)
  • Context support: trigger a context based on the current domain's type

To do

  • Hierarchy (maybe belongs in a different module)

Project information

Releases