You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension configurations should be accessed as the extension configuration, so for the examples above it should be: $this->extConf['general']['forceAbsoluteUrl'] $this->extConf['files']['fileGrpScore']
Screenshots and Examples
Environment
RDBMS version: MariaDB 10.3
TYPO3 version: 11.5.37
PHP version: 8.2
The text was updated successfully, but these errors were encountered:
sebastian-meyer
changed the title
[BUG] Recent adjustments of musical sources mix the extension configurations with FlexForm settings
[BUG] Extension settings are not accessed correctly
Aug 20, 2024
Description
The extension configurations are accessed in the FlexForm settings array.
Examples:
$this->settings['forceAbsoluteUrl']
$this->settings['fileGrpScore']
Reproduction
Steps to reproduce the behaviour:
Expected Behavior
The extension configurations should be accessed as the extension configuration, so for the examples above it should be:
$this->extConf['general']['forceAbsoluteUrl']
$this->extConf['files']['fileGrpScore']
Screenshots and Examples
Environment
The text was updated successfully, but these errors were encountered: