markocupic / gallery-creator-bundle

Manage and display photo galleries. Plugin for Contao CMS.
GNU General Public License v3.0
7 stars 2 forks source link

Contao 5.2.10 Gallerycreater 2.0.0-rc8 Error Backend no template #35

Open pbd-kn opened 7 months ago

pbd-kn commented 7 months ago

Hi Ich habe in meinem Artikel das gallerycreator element eingefügt grafik

Beim Bearbeiten des Element bekomme ich den Fehler, dass das Template zum bearbeiten nicht vorhanden ist. grafik

Was kann ich tun. LG Peter

cgoIT commented 4 months ago

same problem here :(

markocupic commented 4 months ago

@cgoIT No, this is not the correct way you should implement custom templates. Instead of this you should store your customized template under contao/templates/_new/content_element/gallery_creator/custom.html.twig. Under contao/templates/_new you should further more create the empty dot file .twig-root to tell Symfony to handle the directory as a Twig root.

image
cgoIT commented 4 months ago

Hi,

if so I think you missed to add some template in 2.0.0-RC7 and RC8. :(

markocupic commented 4 months ago

Try the contao5 branch

cgoIT commented 4 months ago

dev-contao5 version is working as expected in my C5 installation.