forked from drc-systems/product_advertisement
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_typoscript_setup.txt
More file actions
executable file
·30 lines (27 loc) · 935 Bytes
/
ext_typoscript_setup.txt
File metadata and controls
executable file
·30 lines (27 loc) · 935 Bytes
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
config.tx_extbase{
persistence{
classes{
TYPO3\CMS\Extbase\Domain\Model\FrontendUser {
subclasses {
Tx_ProductAdvertisement_Users = Drcsystems\ProductAdvertisement\Domain\Model\Users
}
}
TYPO3\CMS\Extbase\Domain\Model\FileReference {
subclasses {
Drcsystems\ProductAdvertisement\Domain\Model\FileReference = Drcsystems\ProductAdvertisement\Domain\Model\FileReference
}
}
Drcsystems\ProductAdvertisement\Domain\Model\Users {
mapping {
tableName = fe_users
recordType = 0
}
}
Drcsystems\ProductAdvertisement\Domain\Model\FileReference {
mapping {
tableName = sys_file_reference
}
}
}
}
}