Commit c2235a0 1 parent a2b18a4 commit c2235a0 Copy full SHA for c2235a0
File tree 2 files changed +45
-0
lines changed
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ <INCLUDE_TYPOSCRIPT: source="FILE:EXT:news/Configuration/TypoScript/setup.txt">
2
+ <INCLUDE_TYPOSCRIPT: source="FILE:EXT:news/Configuration/TypoScript/Styles/Twb/setup.txt">
3
+
4
+ plugin.tx_news {
5
+ view {
6
+ templateRootPaths {
7
+ 100 = EXT:startpilot/Resources/Private/Plugin/News/Templates/
8
+ }
9
+
10
+ partialRootPaths {
11
+ 99 = EXT:startpilot/Resources/Private/ContentElements/Partials/
12
+ 100 = EXT:startpilot/Resources/Private/Plugin/News/Partials/
13
+ }
14
+
15
+ layoutRootPaths {
16
+ 100 = EXT:startpilot/Resources/Private/Plugin/News/Layouts/
17
+ }
18
+
19
+ // widget.GeorgRinger\News\ViewHelpers\Widget\PaginateViewHelper.templateRootPath = EXT:news/Resources/Private/Templates/
20
+ }
21
+
22
+ settings {
23
+ list {
24
+ paginate {
25
+ insertAbove = 0
26
+ insertBelow = 1
27
+ prevNextHeaderTags = 1
28
+ maximumNumberOfLinks = 3
29
+ }
30
+ }
31
+ }
32
+
33
+ _LOCAL_LANG {
34
+ default {
35
+ paginate_next = >
36
+ paginate_previous = <
37
+ }
38
+
39
+ de {
40
+ paginate_next = >
41
+ paginate_previous = <
42
+ }
43
+ }
44
+ }
Original file line number Diff line number Diff line change 5
5
@import 'EXT:startpilot/Configuration/TypoScript/form/'
6
6
@import 'EXT:startpilot/Configuration/TypoScript/page/'
7
7
@import 'EXT:startpilot/Configuration/TypoScript/tt_content/'
8
+ ## @import 'EXT:startpilot/Configuration/TypoScript/news/'
8
9
9
10
@import 'EXT:startpilot/Configuration/TypoScript/ContentElements/'
You can’t perform that action at this time.
0 commit comments