Last active
May 8, 2019 08:49
-
-
Save alrnz/ff2ff105dd48365df9f9 to your computer and use it in GitHub Desktop.
include direct_mail in #TYPO3 #TypoScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Direct_mail static template for boundaries | |
#<INCLUDE_TYPOSCRIPT: source="FILE:EXT:direct_mail/Configuration/TypoScript/boundaries/setup.txt"> | |
# tinysource breaks categories | |
plugin.tx_tinysource { | |
body { | |
stripComments = 0 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########### Newsletter adjustments ############## | |
## remove not needed image orientations | |
TCEFORM.tt_content.imageorient.removeItems = 1,2,8,9,10,17,18 | |
TCEFORM.tt_content.imageorient.disableNoMatchingValueElement = 1 | |
## frames for special layouts | |
TCEFORM.tt_content.section_frame.removeItems= 1,5,6,10,11,12,20,21,45,66 | |
TCEFORM.tt_content.section_frame.addItems.30 = Doppelseite | |
TCEFORM.tt_content.section_frame.addItems.40 = Randlos | |
## define visible columns | |
#mod.SHARED.colPos_list = 0 | |
## columns removed in pagecontent selection box | |
TCEFORM.tt_content.colPos.removeItems = 1,2 | |
## remove content types | |
TCEFORM.tt_content.CType.removeItems = header,bullets,table,uploads,multimedia,swfobject,qtobject,media,mailform,search,login,menu,shortcut,list,script,div,splash,powermail_pi1 | |
## dmail categories | |
# TCEFORM.tt_content.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST = pid_list | |
TCEFORM.tt_content.module_sys_dmail_category.disabled = 0 | |
TCEFORM.tt_address.module_sys_dmail_category.disabled = 0 | |
TCEFORM.fe_users.module_sys_dmail_category.disabled = 0 | |
TCEFORM.sys_dmail_group.select_categories.disabled = 0 | |
TCEFORM.tt_content.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST = 93 | |
TCEFORM.tt_address.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST = 93 | |
TCEFORM.fe_users.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST = 93 | |
TCEFORM.sys_dmail_group.select_categories.PAGE_TSCONFIG_IDLIST = 93 | |
## backend default config | |
[email protected] | |
mod.web_modules.dmail.from_name=Name | |
[email protected] | |
mod.web_modules.dmail.replyto_name=Name | |
[email protected] | |
mod.web_modules.dmail.organisation=Name | |
mod.web_modules.dmail.priority=3 | |
mod.web_modules.dmail.sendOptions=2 | |
mod.web_modules.dmail.includeMedia=1 | |
mod.web_modules.dmail.flowedFormat=0 | |
mod.web_modules.dmail.plainParams=&type=99 | |
mod.web_modules.dmail.use_domain=2 | |
mod.web_modules.dmail.quick_mail_encoding=quoted-printable | |
mod.web_modules.dmail.direct_mail_encoding=quoted-printable | |
mod.web_modules.dmail.quick_mail_charset=utf-8 | |
mod.web_modules.dmail.direct_mail_charset=iso-8859-1 | |
mod.web_modules.dmail.use_rdct=0 | |
mod.web_modules.dmail.long_link_mode=0 | |
mod.web_modules.dmail.enable_jump_url=0 | |
mod.web_modules.dmail.jumpurl_tracking_privacy=0 | |
mod.web_modules.dmail.enable_mailto_jump_url=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment