madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

Templateabfrage um Twig-Support erweitern #147

Closed mj1985 closed 2 years ago

mj1985 commented 2 years ago

Moin,

wir nutzen Twig-Templates für Contao und haben dafür die folgende Zeile mit der Abfrage nach einem Twig-Template erweitert.

https://github.com/madeyourday/contao-rocksolid-custom-elements/blob/ab614faca64a871d097f3e140164cca9cce24ed4/src/CustomElements.php#L1376

Ändern in: if (file_exists(substr($configPath, 0, -11) . '.html5') || file_exists(substr($configPath, 0, -11) . '.html.twig')) {

Könnte vielleicht auch für andere interessant sein und es ist in die Erweiterung schaffen?

vossmedien commented 2 years ago

Danach hab ich auch gerade gesucht. Es wäre super, wenn man auch Twig Templates hernehmen könnte um beispielsweise auch Includes zu nutzen. Danke!

ausi commented 2 years ago

Twig sollte in Version 2.3.12 nun funktionieren.