TsConfig

This site covers options to configure the plugin. All written options can be overwritten with constants.

Custom view templates

templateLayouts

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 constants in your TYPO3 setup:

Example:

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

Overwrite Login ID

loginOverrideId

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!