[TASK] Use PAGEVIEW in EXT:styleguide site set
The EXT:styleguide extension currently provides two ways of frontend rendering. The "old" way using a `sys_template` record and the "new" way, using site sets. To not only test the new site sets feature, but also the new PAGEVIEW cObject is the corresponding TypoScript now using the PAGEVIEW for page rendering. This one hand is the best practice and on the other hand also allows to test both ways: FLUIDTEMPLATE and PAGEVIEW in one extension. Required structural changes also showcase what has to be done when migrating extensions to site sets and PAGEVIEW. Resolves: #103733 Releases: main Change-Id: I71bb28a6e6d39b1232d5283e548044b421d3b5c9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84037 Reviewed-by:Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <ben@bnf.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <ben@bnf.dev>
Showing
- typo3/sysext/styleguide/Classes/TcaDataGenerator/GeneratorFrontend.php 3 additions, 0 deletions...styleguide/Classes/TcaDataGenerator/GeneratorFrontend.php
- typo3/sysext/styleguide/Configuration/Sets/Styleguide/page.tsconfig 25 additions, 0 deletions...xt/styleguide/Configuration/Sets/Styleguide/page.tsconfig
- typo3/sysext/styleguide/Configuration/Sets/Styleguide/setup.typoscript 3 additions, 16 deletions...styleguide/Configuration/Sets/Styleguide/setup.typoscript
- typo3/sysext/styleguide/Configuration/TypoScript/setup.typoscript 3 additions, 3 deletions...sext/styleguide/Configuration/TypoScript/setup.typoscript
- typo3/sysext/styleguide/Resources/Private/Language/locallang.xlf 6 additions, 0 deletions...ysext/styleguide/Resources/Private/Language/locallang.xlf
- typo3/sysext/styleguide/Resources/Private/Legacy/Layouts/Frontend/Default.html 2 additions, 0 deletions...de/Resources/Private/Legacy/Layouts/Frontend/Default.html
- typo3/sysext/styleguide/Resources/Private/Templates/Layouts/Default.html 25 additions, 0 deletions...yleguide/Resources/Private/Templates/Layouts/Default.html
- typo3/sysext/styleguide/Resources/Private/Templates/Pages/StyleguideFrontend.html 0 additions, 4 deletions...Resources/Private/Templates/Pages/StyleguideFrontend.html
- typo3/sysext/styleguide/Resources/Private/Templates/Partials/Menu.html 0 additions, 0 deletions...styleguide/Resources/Private/Templates/Partials/Menu.html
Please register or sign in to comment