Package

ViewHelpers

ViewHelper Documentation

v:variable.extensionConfiguration

ExtConf ViewHelper

Reads settings from ext_conf_template.txt

Examples

{v:variable.extensionConfiguration(extensionKey:'foo',path:'bar.baz')}

Returns setting bar.baz from extension 'foo' located in ext_conf_template.txt.

Arguments

extensionKey string

Extension key (lowercase_underscored format) to read configuration from

path string

Configuration path to read - if NULL, returns all configuration as array

ViewHelper Resources

Schema Resources