Open beatrycze-volk opened 2 months ago
The extension configurations are accessed in the FlexForm settings array.
Examples: $this->settings['forceAbsoluteUrl'] $this->settings['fileGrpScore']
$this->settings['forceAbsoluteUrl']
$this->settings['fileGrpScore']
Steps to reproduce the behaviour:
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']
$this->extConf['general']['forceAbsoluteUrl']
$this->extConf['files']['fileGrpScore']
This is a duplicate of #1325, isn't it?
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