forked from lsascha/registeraddress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_typoscript_setup.txt
More file actions
27 lines (25 loc) · 1.06 KB
/
ext_typoscript_setup.txt
File metadata and controls
27 lines (25 loc) · 1.06 KB
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
config.tx_extbase{
persistence{
classes{
AFM\Registeraddress\Domain\Model\Address {
mapping {
tableName = tt_address
recordType = Tx_Registeraddress_Address
columns {
name.mapOnProperty = name
gender.mapOnProperty = gender
first_name.mapOnProperty = firstName
middle_name.mapOnProperty = middleName
last_name.mapOnProperty = lastName
email.mapOnProperty = email
registeraddresshash.mapOnProperty = registeraddresshash
hidden.mapOnProperty = hidden
module_sys_dmail_html.mapOnProperty = moduleSysDmailHtml
eigene_anrede.mapOnProperty = eigeneAnrede
tx_directmailsubscription_localgender.mapOnProperty = txDirectmailsubscriptionLocalgender
}
}
}
}
}
}