You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-39Lines changed: 40 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,48 +24,49 @@ content element's Fluid template, like this:
24
24
25
25
## Backend PageLayoutView preview
26
26
27
-
This extension adds a Hook and a Service class to allow customized display using Fluid templates for the backend Page
28
-
Layout View. Use this to add customized preview data if you add additional assets/image fields to be resolved for
29
-
backend preview:
27
+
This extension adds a PageContentPreviewRendering Listener to resolve ListItems (and if needed further Relations to asses/images) to allow customized display using Fluid templates for the backend Page
28
+
Layout View.
30
29
31
-
`EXT:site_extension/Classes/Hooks/DrawItem.php`:
30
+
For TYPO3 Version > 12 the Listener is not required anymore, because TYPO3 use the Record Api to resolve relations automatically.
32
31
32
+
For TYPO3 Version > 13 the Listener is not used anymore (because the Event changed)
33
+
34
+
s. https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Breaking-92434-UseRecordAPIInPageModulePreviewRendering.html
0 commit comments