Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
TypoScript Constants
You can now use TypoScript constants to setup the Double OptIn Download extension.
Open the Template module again and switch to the page where your root template is located. Select the Constant Editor view. On this page select DOUBLE_OPTIN_DOWNLOAD in the drop down box under the Kategorie (category) heading.
Enter the page IDs for the data container and the download page in the constant fields.
Available constants:
Konstante | themes.configuration.container.double_optin_downloads |
---|---|
Kategorie: | container, double_optin_download |
Abschnitt: | Double Opt-In download Container |
Beschreibung: | Specifies the container for the double opt-in download data records |
Konstante | themes.configuration.pages.double_optin_download.download |
---|---|
Kategorie: | pages, double_optin_download |
Abschnitt: | Double opt-in download Pages |
Beschreibung: | Specifies the page Uid of the download list |
Konstante | themes.configuration.extension.double_optin_download.email.format |
---|---|
Kategorie: | double_optin_download |
Abschnitt: | Double opt-in download |
Beschreibung: | Specifies if the emails has to be send as HTML or plain text |
You can also override the template paths using the following constants:
themes.configuration.extension.double_optin_download.view.templateRootPath = EXT:projectstarter/Resources/Private/Extensions/DoubleOptinDownload/Templates/
themes.configuration.extension.double_optin_download.view.partialRootPath = EXT:projectstarter/Resources/Private/Extensions/DoubleOptinDownload/Partials/
themes.configuration.extension.double_optin_download.view.layoutRootPath = EXT:projectstarter/Resources/Private/Extensions/DoubleOptinDownload/Layouts/