Your IP : 216.73.216.229


Current Path : /home/j/e/r/jeromecohp/www/templates/yootheme/packages/theme-highlight/
Upload File :
Current File : /home/j/e/r/jeromecohp/www/templates/yootheme/packages/theme-highlight/bootstrap.php

<?php

namespace YOOtheme\Theme\Highlight;

return [
    'filters' => [
        'builder_content' => [Listener\LoadHighlightScript::class => '@handle'],
    ],

    'actions' => [
        'onBeforeRender' => [Listener\LoadHighlightScript::class => '@beforeRender'],
    ],
];