Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  config
  css
  js
  modules
  src
  templates
  translations
  README.md
  composer.json
  dds_content_hierarchy.info.yml
  dds_content_hierarchy.install
  dds_content_hierarchy.libraries.yml
  dds_content_hierarchy.links.action.yml
  dds_content_hierarchy.links.menu.yml
  dds_content_hierarchy.links.task.yml
  dds_content_hierarchy.module
  dds_content_hierarchy.permissions.yml
  dds_content_hierarchy.routing.yml
  dds_content_hierarchy.services.yml
Size: Mime:
  README.md

DDS Content Hierarchy

This module provides the content editor with a way to organize her content and bring structure to the site using an approach familiar to many people used to Umbraco.

Hooks exposed by this module

Altering the content list:

// Alter the content list query
HOOK_query_dds_content_hierarchy_content_list_alter()

// Alter or replace the items returned by the content list
HOOK_dds_content_hierarchy_content_list_alter($items)

Submodules

This module provides the following submodules:

DDS Content Hierarchy Path

This module creates a pathauto pattern, that will generate URL aliases for nodes, based on the nodes placement in the content hierarchy.

DDS Content Hierarchy Breadcrumb

This module generates a breadcrumb, based on the nodes placement in the content hierarchy, by extending the functionality in the entity_hierarchy_breadcrumb module.