localgovdrupal / localgov_base

The base theme for LocalGov Drupal websites.
8 stars 14 forks source link

Create variable for subtitle for page title/header block #560

Closed markconroy closed 3 months ago

markconroy commented 3 months ago

LocalGov Core now has a {{ subtitle }} variable. Let's add the same to localgov_base.

Note: this will do nothing until a theme implements an event subscriber to set a field as the subtitle field. We are only putting the variable in position so we have it for themes that might use it.

Further details:

=== Thanks to Big Blue Door for sponsoring my time to work on this.