Skip to content

Commit 4627e6e

Browse files
authored
Merge pull request #2 from Kitzberger/patch-1
Create README.md
2 parents 16506f9 + 13d0e28 commit 4627e6e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -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+
lib.sidebarContent = RECORDS
13+
lib.sidebarContent.source.postUserFunc = Jpmschuler\TvplusContentslide\SlideController->main
14+
lib.sidebarContent.source.postUserFunc.field = field_sidebar
15+
lib.sidebarContent.tables = tt_content
16+
```

0 commit comments

Comments
 (0)