Skip to content

Commit

Permalink
add template config for contao 5
Browse files Browse the repository at this point in the history
  • Loading branch information
theDyingMountain authored Nov 24, 2023
1 parent 0c74b1c commit 97cc2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ContentElement/PageTeasersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

#[AsContentElement(category: 'links')]
#[AsContentElement(category: 'links',template: 'ce_page_teasers')]
class PageTeasersController extends AbstractContentElementController
{
public function __construct(
Expand Down

0 comments on commit 97cc2ec

Please sign in to comment.