-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathext_typoscript_setup.txt
70 lines (59 loc) · 1.33 KB
/
ext_typoscript_setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
config.tx_extbase {
persistence {
classes {
MichielRoos\H5p\Domain\Model\Page {
mapping {
tableName = pages
}
}
MichielRoos\H5p\Domain\Model\FileReference {
mapping {
tableName = sys_file_reference
columns {
uid_local.mapOnProperty = originalFileIdentifier
}
}
}
}
}
objects {
TYPO3\CMS\Extbase\Domain\Model\FileReference.className = MichielRoos\H5p\Domain\Model\FileReference
}
}
plugin.tx_h5p_view {
view {
templateRootPaths {
10 = EXT:h5p/Resources/Private/Templates/
}
layoutRootPaths {
10 = EXT:h5p/Resources/Private/Layouts/
}
partialRootPaths {
10 = EXT:h5p/Resources/Private/Partials/
}
}
persistence {
storagePid = 1
}
}
plugin.tx_h5p_statistics {
view < plugin.tx_h5p_view.view
persistence {
storagePid = 1
}
}
module.tx_h5p_web {
persistence {
storagePid = 1
}
}
api_h5p = PAGE
api_h5p {
config {
disableAllHeaderCode = 1
debug = 1
no_cache = 1
}
typeNum = 1561098634614
10 < tt_content.list.20.h5p_ajax
}