### Create config.php Source: https://github.com/yootheme/example-module/blob/main/README.md This PHP file loads all module bootstrap files from the modules directory. It's a crucial step for integrating custom modules into YOOtheme Pro. ```php load(__DIR__ . '/modules/*/bootstrap.php'); return []; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.