Skip to content

Releases: localgovdrupal/localgov_core

2.13.8

17 Sep 11:52
47e385d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.7...2.13.8

2.13.7

13 Sep 11:50
af46ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.6...2.13.7

2.13.6

20 Aug 11:56
9fc2c7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.5...2.13.6

2.13.5

23 Jul 12:29
43a8531
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.4...2.13.5

2.13.4

16 Jul 11:58
4d6443a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.3...2.13.4

2.13.3

13 Jun 15:05
845651f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.2...2.13.3

2.13.2

11 Jun 12:07
06a39dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.1...2.13.2

2.13.1

19 Mar 12:05
fc933f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.0...2.13.1

2.13.0

23 Nov 10:20
50aece6
Compare
Choose a tag to compare

New stacked header

The page header block now has the option to have a subtitle within the h1.

To use this, modify or create an event subscriber for the localgov_core.page_header_display and set $event->setSubTitle('Subtitle').

To use in your theme, if you have customised localgov-page-header-block.html.twig you will need to add {{ subtitle }} inside your h1 block to see the subtitle.
eg.

<h1 class="header">
  {{ title }}
  {% if subtitle %}
    <div class="header__subtitle">{{ subtitle }}</div>
  {% endif %}
</h1>

What's Changed

Full Changelog: 2.12.2...2.13.0

2.12.2

04 Aug 14:50
2dcbd8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.1...2.12.2