Bonfire icon indicating copy to clipboard operation
Bonfire copied to clipboard

use extended_settings

Open code42fr opened this issue 8 years ago • 1 comments

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 ?

code42fr avatar Aug 18 '16 21:08 code42fr

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).

mwhitneysdsu avatar Aug 26 '16 16:08 mwhitneysdsu