Feature #57632
closedConfigure PageRenderer->inlineLanguageLabelFile with TypoScript
100%
Description
TYPO3\CMS\Core\Page\PageRenderer offers with the function addInlineLanguageLabelFile the possibility to add XML/XLF language files as inline JavaScript settings / array.
It would be cool to use TypoScript on top of that. Of example:
page.addInlineLanguageLabelFile { blubExtension = EXT:blub/Resources/Private/Language/locallang.xlf blubExtension.selectionPrefix = .. blubExtension.stripFromSelectionName = .. blubExtension.errorMode = .. .. }
Files
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29139
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29139
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Daniel Goerz over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Daniel Goerz over 9 years ago
I added a Extension to test this patch. To test do the following:
- Install EXT:inlinelablefiles
- Create a new PageTree with a new root template record (make sure the page object is configured, Hello World is fine)
- Include the static template of EXT:inlinelablefiles
- See the output in the frontend (L=1 switches to german labels) in the
<head>
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Daniel Goerz over 9 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Gerrit Code Review over 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Gerrit Code Review over 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Gerrit Code Review over 9 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/29139
Updated by Lars Malach over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 449fdaf02383074b3e6eccccb1cb79b0fde700ad.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed