Bonfire
Bonfire copied to clipboard
use extended_settings
Hello,
how can i use extended_settings in my website ? and how to retrieve the value in the front_office ? what is the main ibject inherit ?
Any settings you create in the extended_settings_fields config value should be available using $this->settings_lib->item('{name}')
if the settings library has been loaded (where {name}
is the value of the name key).