Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit db358a6

Browse files
sabbelasichon7elix
authored andcommitted
[TASK] Remove old extbase persistence config
1 parent 85a02f4 commit db358a6

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

ext_typoscript_setup.typoscript

-25
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
config.tx_extbase.persistence.classes {
2-
Typoheads\Formhandler\Domain\Model\LogData {
3-
mapping {
4-
tableName = tx_formhandler_log
5-
columns {
6-
crdate.mapOnProperty = crdate
7-
is_spam.mapOnProperty = isSpam
8-
params.mapOnProperty = params
9-
ip.mapOnProperty = ip
10-
}
11-
}
12-
}
13-
Typoheads\Formhandler\Domain\Model\Demand {
14-
mapping {
15-
tableName = tx_formhandler_log
16-
columns {
17-
crdate.mapOnProperty = crdate
18-
is_spam.mapOnProperty = isSpam
19-
params.mapOnProperty = params
20-
ip.mapOnProperty = ip
21-
}
22-
}
23-
}
24-
}
25-
261
module.tx_formhandler {
272
view.widget.TYPO3\CMS\Fluid\ViewHelpers\Be\Widget\PaginateViewHelper.templateRootPath = EXT:formhandler/Resources/Private/Templates/
283
settings {

0 commit comments

Comments
 (0)