Sign up to our newsletter to receive updates on Winter CMS releases,
new features in the works, and much more.
We'll never spam or give
this address away.
Triggered in: Cms\Classes\Controller.php
Provides an opportunity to manipulate the name of the partial being rendered before it renders
Example usage:
Event::listen('cms.page.beforeRenderPartial', function ((\Cms\Classes\Controller) $controller, (string) $partialName) {
return Cms\Classes\Partial::loadCached($theme, 'custom-partial-name');
});
Or
$CmsController->bindEvent('page.beforeRenderPartial', function ((string) $partialName) {
return Cms\Classes\Partial::loadCached($theme, 'custom-partial-name');
});
Sign up to our newsletter to receive updates on Winter CMS releases,
new features in the works, and much more.
We'll never spam or give
this address away.
Published May 2, 2022
v1.2 with Laravel 9 Support Now Available For Testing!
Released February 15, 2022
11 UX/UI Improvements, 12 API Changes, 12 Bug Fixes, 6 Security Improvements, 8 Translation Improvements, 5 Community Improvements, 1 Dependency