cdowdy / bolt-html5-video

Bolt Extension that adds a field for local HTML5 video
MIT License
3 stars 5 forks source link

config isn't created on install #1

Closed cdowdy closed 8 years ago

cdowdy commented 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.