TsConfig

This site covers options to configure the plugin.

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/Private/Templates/DocCheckAuthentication/ and Resources/Private/Partials/DocCheckAuthentication/ folder to, for example, your <yourPathOfChoice>/Templates/DocCheckAuthentication and set the following in your TYPO3 setup:

Example:

plugin.tx_typo3docchecklogin.view.templateRootPath.10 = <yourPathOfChoice>/Templates/DocCheckAuthentication
plugin.tx_typo3docchecklogin.view.partialRootPaths.10 = <yourPathOfChoice>/Partials/DocCheckAuthentication

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.settings.loginOverrideId = 1111111111
[global]