forked from Gernott/mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_typoscript_setup.txt
35 lines (34 loc) · 1.03 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
plugin.tx_mask {
view {
templateRootPaths.0 = EXT:mask/Resources/Private/Templates/
partialRootPaths.0 = EXT:mask/Resources/Private/Partials/
layoutRootPaths.0 = EXT:mask/Resources/Private/Layouts/
}
}
module.tx_mask {
view {
templateRootPaths.0 = EXT:mask/Resources/Private/Backend/Templates/
partialRootPaths.0 = EXT:mask/Resources/Private/Backend/Partials/
layoutRootPaths.0 = EXT:mask/Resources/Private/Backend/Layouts/
}
}
config.tx_extbase {
persistence{
enableAutomaticCacheClearing = 1
updateReferenceIndex = 0
classes {
MASK\Mask\Domain\Model\Content {
mapping {
tableName = tt_content
columns {
uid.mapOnProperty = uid
pid.mapOnProperty = pid
sorting.mapOnProperty = sorting
CType.mapOnProperty = contentType
header.mapOnProperty = header
}
}
}
}
}
}