contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

template editor does not take templates of extensions into account #1525

Closed fritzmg closed 6 years ago

fritzmg commented 6 years ago

Let's say you are overriding the default ce_text.html5 template in a bundle or extension. This works fine in the front end, the ce_text.html5 template of the bundle will be used.

However, when you create a new ce_text template in the Templates section of the back end, its contents will still be the default one of the core-bundle, not the one from the bundle (or extension).

fritzmg commented 6 years ago

Ah, never mind, forgot the templates are grouped by bundle/extension :)