diff --git a/src/Controller/ContentElement/GalleryCreatorController.php b/src/Controller/ContentElement/GalleryCreatorController.php index acff938..50c165b 100644 --- a/src/Controller/ContentElement/GalleryCreatorController.php +++ b/src/Controller/ContentElement/GalleryCreatorController.php @@ -40,7 +40,7 @@ use Twig\Error\SyntaxError; /** - * @ContentElement(GalleryCreatorController::TYPE, category="gallery_creator_elements") + * @ContentElement(GalleryCreatorController::TYPE, category="gallery_creator_elements", template="ce_gallery_creator") */ class GalleryCreatorController extends AbstractGalleryCreatorController { diff --git a/src/Controller/ContentElement/GalleryCreatorNewsController.php b/src/Controller/ContentElement/GalleryCreatorNewsController.php index 47a4948..025854a 100644 --- a/src/Controller/ContentElement/GalleryCreatorNewsController.php +++ b/src/Controller/ContentElement/GalleryCreatorNewsController.php @@ -26,7 +26,7 @@ use Twig\Environment as TwigEnvironment; /** - * @ContentElement(GalleryCreatorNewsController::TYPE, category="gallery_creator_elements") + * @ContentElement(GalleryCreatorNewsController::TYPE, category="gallery_creator_elements", template="ce_gallery_creator_news") */ class GalleryCreatorNewsController extends AbstractGalleryCreatorController {