You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cookieplone relies on the templates object available at the cookiecutter.json file on the top level of cookieplone-templates to list the available templates.
Even though every template entry under templates has a path property, cookieplone does not use this setting for anything.
It would be interesting to use that information, allowing a better organization of templates inside the cookieplone-templates.
The text was updated successfully, but these errors were encountered:
* Refactor template list handling to use the template path information available at cookiecutter.json (Fixes#87)
* Update cookieplone/repository.py
Co-authored-by: David Glick <[email protected]>
---------
Co-authored-by: David Glick <[email protected]>
Cookieplone relies on the
templates
object available at thecookiecutter.json
file on the top level of cookieplone-templates to list the available templates.Even though every template entry under
templates
has apath
property,cookieplone
does not use this setting for anything.It would be interesting to use that information, allowing a better organization of templates inside the cookieplone-templates.
The text was updated successfully, but these errors were encountered: