Why the templates should end with "html"? Cause we have people that are
absolutely novices to technical details but they are smart enough to change
some html. With "html"-templates it is easier to communicate the special
template-parts (they see its html even from file-name) and they don't have
to
I just think it's easy enough given the enhancement that you can use own
extensions without having to sync TemplateLocators with trunk!
2009/4/5 Mario Rabe
> Not true, it could be handled as a fallback (see code).
>
> 2009/4/5 Joachim Van der Auwera
>
> Changing the template extension would ren
Why, out of curiosity?
Mario Rabe wrote:
Why is it so hard to change the default-template extension? I really want
the templates to end with "html"! The I saw the template-extension is
defined as a constant. It is even inlined in classes.
ComponentTemplateSource#baseResourceForModel is private s
Not true, it could be handled as a fallback (see code).
2009/4/5 Joachim Van der Auwera
> Changing the template extension would render all component libraries (which
> use templates) unusable. Not that this is impossible to fix, but it a
> complication.
>
> Kind regards,
> Joachim
>
>
> Mario Ra
Changing the template extension would render all component libraries
(which use templates) unusable. Not that this is impossible to fix, but
it a complication.
Kind regards,
Joachim
Mario Rabe wrote:
Why is it so hard to change the default-template extension? I really want
the templates to en
Why is it so hard to change the default-template extension? I really want
the templates to end with "html"! The I saw the template-extension is
defined as a constant. It is even inlined in classes.
ComponentTemplateSource#baseResourceForModel is private so there is no
override. Beside that Componen