Skip to content

Commit

Permalink
Merge branch 'berliner/HPC-9276' into feature/responsive-entity-navig…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
berliner committed Nov 3, 2023
2 parents 098d3fb + 9a72523 commit 3b7b048
Show file tree
Hide file tree
Showing 11 changed files with 201 additions and 4,260 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,14 @@ public function build() {
$output['entity_navigation'] = [
'#theme' => 'item_list',
'#items' => $tabs,
'#attributes' => [
'class' => [
'links--entity-navigation',
],
],
'#cache' => [
'tags' => $cache_tags,
],
'#gin_lb_theme_suggestions' => FALSE,
// This is important to make the template suggestions logic work in
// common_design_subtheme.theme.
'#context' => [
'plugin_type' => 'entity_navigation',
'plugin_id' => $this->getPluginId(),
],
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,14 @@ public function build() {
$output['entity_navigation'] = [
'#theme' => 'item_list',
'#items' => $tabs,
'#attributes' => [
'class' => [
'links--entity-navigation',
],
],
'#cache' => [
'tags' => $cache_tags,
],
'#gin_lb_theme_suggestions' => FALSE,
// This is important to make the template suggestions logic work in
// common_design_subtheme.theme.
'#context' => [
'plugin_type' => 'entity_navigation',
'plugin_id' => $this->getPluginId(),
],
];
Expand Down
Loading

0 comments on commit 3b7b048

Please sign in to comment.