DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TypoScript setup for sourceopt

All configuration of sourceopt (beside the obsolete) can be done via constant editor (“PLUGIN.SOURCEOPT”)

Certainly you also can set the configuration directly via TypoScript setup.

Here is an example of a TypoScript configuration:

via constants:

sourceopt {
    enabled = 1
    formatHtml = 2
}

via setup:

config.sourceopt {
    enabled = 1
    formatHtml = 2
}