Get package config in theme
Permalink
Hi!
I hope someone can point me to the right direction...
I set in my package (handle: "chat") controller 2 values to config like this in install method:
How can I reach this parameter in my theme?
From both options above I get no output.
Thanks for your help
Marcus
I hope someone can point me to the right direction...
I set in my package (handle: "chat") controller 2 values to config like this in install method:
$pkg = parent::install(); $pkg->getConfig()->save('front_end.show_chat', "yes"); $pkg->getConfig()->save('front_end.chat_script', "bla");
How can I reach this parameter in my theme?
From both options above I get no output.
Thanks for your help
Marcus
I guess your "configNamespace" haven't set correctly.