TsConfig
This site covers options to configure the plugin. All written options can be overwritten with constants.
Custom view templates
Attention
Please note: DocCheck only supports the usage of their login forms which are provided via their domain.
templateLayouts
-
- type
-
array
You might want to change the HTML code that renders the iFrame.
To do so, copy the
Resources/
andPrivate/ Templates/ Doc Check Authentication/ Resources/
folder to, for example, yourPrivate/ Partials/ Doc Check Authentication/ <your
and set the following constants in your TYPO3 setup:Path Of Choice>/ Templates/ Doc Check Authentication Example:
plugin.tx_typo3docchecklogin.view.templateRootPath = <yourPathOfChoice>/Templates/DocCheckAuthentication plugin.tx_typo3docchecklogin.view.partialRootPaths = <yourPathOfChoice>/Partials/DocCheckAuthentication
Copied!
Overwrite Login ID
loginOverrideId
-
- type
-
string
- Default
-
null
This numeric parameter overrides the used DocCheck Login ID. Especially useful for working in multiple environments.
Example:
[like(request.getNormalizedParams().getHttpHost(), '*stage.domain.com')] plugin.tx_typo3docchecklogin_doccheckauthentication.settings.loginOverrideId = 1111111111 [global]
Copied!