From fa83b4abe23f0fc2536de5203c301bb767381b2e Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 10 Sep 2024 14:28:53 +0200 Subject: [PATCH] [FEATURE] Implement and use a core ViewFactoryInterface This change changed https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.1/Feature-103504-NewContentObjectPageView.html to remove the support for lowercase template path names. References: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/904 References:https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1005 Releases: main --- Documentation/ContentObjects/Pageview/Index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Documentation/ContentObjects/Pageview/Index.rst b/Documentation/ContentObjects/Pageview/Index.rst index 371cae6b1..147258856 100644 --- a/Documentation/ContentObjects/Pageview/Index.rst +++ b/Documentation/ContentObjects/Pageview/Index.rst @@ -171,11 +171,10 @@ Properties :file:`EXT:my_extension/Resources/Private/Templates/` or a folder below that path like :file:`EXT:my_extension/Resources/Private/Templates/MyPages`. - The templates are expected in a subfolder :path:`Pages` or - :path:`pages`. + The templates are expected in a subfolder :path:`Pages`. - Fluid partials are looked up in a sub-directory called :path:`Partials` or - :path:`partials`, layouts in :path:`Layouts` or :path:`layouts`. + Fluid partials are looked up in a sub-directory called :path:`Partials`, + layouts in :path:`Layouts`. The name of the used page layout (:ref:`Backend layout `) is resolved automatically.