| Current Path : /home/jeromecohp/www/templates/yootheme/packages/theme-joomla-editor/ |
| 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']],
];