Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/templates/yootheme/packages/theme-joomla-editor/
Upload File :
Current File : /home/jeromecohp/www/templates/yootheme/packages/theme-joomla-editor/bootstrap.php

<?php

namespace YOOtheme\Theme\Joomla;

return [
    'routes' => [['get', '/theme/editor', [EditorController::class, 'render']]],
    'events' => ['customizer.init' => [Listener\LoadEditorData::class => '@handle']],
];