Skip to content

Commit

Permalink
[!!!][TASK] Improve default csv definition
Browse files Browse the repository at this point in the history
Closes #1206
  • Loading branch information
derhansen committed Sep 15, 2024
1 parent 8c60d1f commit 6a6d792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.tx_sfeventmgt {
settings {
csvExport {
# cat=module.tx_sfeventmgt/csv; type=string; label=Comma seperated list of fields to include in CSV export (e.g. firstname or event.title)
fields = uid, gender, firstname, lastname, title, company, email, address, zip, city, country, notes, registration_fields
fields = event.uid, event.title, event.location.title, event.startdate, event.enddate, uid, confirmed, waitlist, registrationDate, gender, firstname, lastname, title, company, email, address, zip, city, country, notes, registration_fields
# cat=module.tx_sfeventmgt/csv; type=string; label=Comma seperated list delimiter
fieldDelimiter = ,
# cat=module.tx_sfeventmgt/csv; type=string; label=Comma seperated list quote character
Expand Down

0 comments on commit 6a6d792

Please # to comment.