Skip to content

Commit

Permalink
[BUGFIX] Fixed wrong default value for pdfDestination
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Dec 15, 2021
1 parent 6328d56 commit f0b3ea0
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 @@ -27,7 +27,7 @@ plugin.tx_web2pdf {
# cat=plugin.tx_web2pdf/pdf/7; type=options[LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.styleSheet.print=print,LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.styleSheet.screen=screen]; label=LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.styleSheet
pdfStyleSheet = allAndPrint
# cat=plugin.tx_web2pdf/pdf/8; type=options[LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.destination.attachment=attachment,LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.destination.inline=inline]; label=LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.destination
pdfDestination = Download
pdfDestination = attachment
# cat=plugin.tx_web2pdf/pdf/9; type=boolean; label=LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.useCustomFooter
useCustomFooter = 0
# cat=plugin.tx_web2pdf/pdf/10; type=boolean; label=LLL:EXT:web2pdf/Resources/Private/Language/locallang.xlf:constants.pdf.useCustomHeader
Expand Down

0 comments on commit f0b3ea0

Please sign in to comment.