Closed cdowdy closed 8 years ago
from bolt's extend screen and installing the version you want the config button isn't show and the config isn't created in app/config/extensions.
The extension isn't used until the twig callback function is used. So you have to call this->getConfig in the callback function.
this->getConfig
from bolt's extend screen and installing the version you want the config button isn't show and the config isn't created in app/config/extensions.
The extension isn't used until the twig callback function is used. So you have to call
this->getConfig
in the callback function.