Skip to content

Commit

Permalink
poster
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Sep 29, 2023
1 parent 69ce5b3 commit 3f931c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module/PageBundle/Resources/config/router.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
'page' => array(
'type' => 'Laminas\Router\Http\Segment',
'options' => array(
'route' => '[/:language]/page[/parent/:parent][/name/:name][/:action[/:poster_name]][/]',
'route' => '[/:language]/page[/parent/:parent][/:name][/:action[/:poster_name]][/]',
'constraints' => array(
'parent' => '[a-zA-Z0-9_-]*',
'name' => '[a-zA-Z0-9_-]*',
Expand Down
1 change: 1 addition & 0 deletions module/PageBundle/Resources/views/page/page/poster.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ data|raw }}

0 comments on commit 3f931c3

Please sign in to comment.