variable.extensionConfiguration ViewHelper <vhs:variable.extensionConfiguration>
ExtConf ViewHelper
Reads settings from ext_conf_template.txt
Examples
{v:variable.extensionConfiguration(extensionKey:'foo',path:'bar.baz')}
Copied!
Returns setting bar.
from extension 'foo' located in ext_
.
Arguments
extensionKey
- DataType
- string
- Required
- false
- Description
- Extension key (lowercase_underscored format) to read configuration from
path
- DataType
- string
- Required
- false
- Description
- Configuration path to read - if NULL, returns all configuration as array