silverstripe-framework/tests/core/manifest/fixtures/templatemanifest
Sam Minnee 65eb0bde6a API: Look for templates of namespaced classes in subfolders.
This change will mean that SilverStripe\Control\Controller will look for its
template in templates/SilverStripe/Control/Controller.ss.

In order to preserve some backwards campatibility, non-namespaced classes
can have the templates stored in any template subfolder, but once you
add a namespace to a class, the namespaced path expression will need to
be a subfolder of <module>/templates or themes/<theme>/templates.

Layout and Content templates are stil supported as special template type,
Includes still functions but is a no-op. Other template subfolders should
not be used.
2016-06-07 14:36:00 +12:00
..
module API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
myproject MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
themes/theme/templates API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00