Skip to content

Commit

Permalink
fix: Allow showcase pages to be loaded in a modal
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Mar 10, 2024
1 parent 6006686 commit bbbc5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/showcases/show_link.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$this->layout('base.phtml', [
'title' => _('Links have been improved'),
'canonical' => url_full('showcase', ['id' => 'navigation']),
'modal_enabled' => true,
]);
?>

Expand Down
1 change: 1 addition & 0 deletions src/views/showcases/show_navigation.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$this->layout('base.phtml', [
'title' => _('A new navigation is available'),
'canonical' => url_full('showcase', ['id' => 'navigation']),
'modal_enabled' => true,
]);
?>

Expand Down

0 comments on commit bbbc5cb

Please sign in to comment.