HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
721 stars 177 forks source link

Get namespace from config. #127

Closed Demonicious closed 2 years ago

Demonicious commented 2 years ago

Changes the getNamespace() function in PHPageBuilder\ThemeBlock to allow for namespace to be specified in the config file instead of automatic detection.

HansSchouten commented 2 years ago

Good addition, thanks!