Skip to content

Commit c4316b3

Browse files
authored
[5.4] Blog Sample Data Module (#45692)
Fixes the "Site Information" dashboard module (added by blog sample data) to use the correct heading level (<h2> instead of <h3>) and sets the Bootstrap width to 12pt for consistency with other admin modules.
1 parent 0a5f687 commit c4316b3

File tree

1 file changed

+2
-2
lines changed
  • plugins/sampledata/blog/src/Extension

1 file changed

+2
-2
lines changed

plugins/sampledata/blog/src/Extension/Blog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,8 +1809,8 @@ public function onAjaxSampledataApplyStep3(AjaxEvent $event): void
18091809
'cache_time' => 900,
18101810
'cachemode' => 'static',
18111811
'module_tag' => 'div',
1812-
'bootstrap_size' => 0,
1813-
'header_tag' => 'h3',
1812+
'bootstrap_size' => 12,
1813+
'header_tag' => 'h2',
18141814
'style' => 0,
18151815
],
18161816
],

0 commit comments

Comments
 (0)