We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16506f9 + 13d0e28 commit 4627e6eCopy full SHA for 4627e6e
README.md
@@ -0,0 +1,16 @@
1
+# How to use
2
+
3
+Instead of
4
+```
5
+lib.sidebarContent = RECORDS
6
+lib.sidebarContent.source.current = 1
7
+lib.sidebarContent.tables = tt_content
8
9
10
+use the following TypoScript
11
12
13
+lib.sidebarContent.source.postUserFunc = Jpmschuler\TvplusContentslide\SlideController->main
14
+lib.sidebarContent.source.postUserFunc.field = field_sidebar
15
16
0 commit comments