govCMS / ui-kit-base-theme

DTA UI-kit (version 1.x) based Drupal (7.x) theme
4 stars 2 forks source link

Support for crumbs module #75

Open rujiali opened 7 years ago

rujiali commented 7 years ago

Drupal crumbs module is included in SaaS as the only option for the custom breadcrumb.

Proposed solution: Add code from crumbs_theme_breadcrumb() function into theme_breadcrumb function to apply the UI KIT layout.

Feng-Shui commented 7 years ago

Should this be something that's covered off in a govCMS specific implementation of the base theme?

rujiali commented 7 years ago

I think this should be covered in the base theme similar to the TOC module as this is the only module we can use regarding breadcrumb in SaaS. I would treat this module as one of the core module in SaaS that would be used frequently. Currently when user enable this module, the UI KIT style will be gone. We are overriding the style in our sub theme, but I think this should be included in the base. @Feng-Shui