The Better sub-themes module improves the inheritance features for Drupal themes, providing the ability for a sub-theme to inherit it's base themes block layout among other things.

 

Features:

  • Inherit base theme block layout:
    better subthemes:
      block layout: true
        
  • Inherit and re-map base theme block layout:
    better subthemes:
      block layout: true
      block layout remap:
        [SOURCE1]: [DESTINATION1]
        [SOURCE2]: [DESTINATION2]
        

    Example:
    This will move blocks placed in the base themes sidebar_first region to the sub-themes sidebar_second region.

    better_subthemes:
      block layout: true
      block layout remap:
        sidebar_first: sidebar_second
      

 

Installation/Usage

 

Supporting organizations: 
Development

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • Project categories: Developer tools
  • Created by deciphered on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases