cms.theme.getEditTheme

Triggered in Cms\Classes\Theme.

Overrides the edit theme code.

If a value is returned from this halting event, it will be used as the edit theme code. Example usage:

Event::listen('cms.theme.getEditTheme', function () {
    return "the-edit-theme-code";
});