Task #59144
closedEpic #58282: Workspaces Workpackage #2
Story #58284: Bug fixes & Behaviour
Ease previewing custom record data in workspace module
100%
Description
Currently only pages, pages_language_overlay and tt_content have the possibility to open a preview in the website frontend.
A hook needs to be used to open the preview for custom records (since possibly the location of the rendering plugin and its page needs to be resolved).
However, to ease that behavior, it would be nice, to introduce a new Page TSconfig setting:
options.workspaces.previewPageId =- field:pid (to use the pid of the accordant record for previewing it)
- 123 (to define a specific page id to be used for previewing the record)
Implementation details can be found here:
https://github.com/ohader/irre_workspaces/blob/master/Classes/Hooks/PreviewHook.php
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/31146
Updated by Oliver Hader over 10 years ago
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31146
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/31146
Updated by Oliver Hader about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c09a25f4548b1fbf5229dafdb6899b55d7db8796.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed