Improve cms.combiner.beforePrepare event docs

Related: #4865
This commit is contained in:
Luke Towers 2020-01-06 11:40:20 -06:00 committed by GitHub
parent 8ce9525b44
commit 64d7464ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -413,7 +413,8 @@ class CombineAssets
{
/**
* @event cms.combiner.beforePrepare
* Provides an opportunity to interact with the asset combiner before assets are combined
* Provides an opportunity to interact with the asset combiner before assets are combined.
* >**NOTE**: Plugin's must be elevated (`$elevated = true` on Plugin.php) to be run on the /combine route and thus listen to this event
*
* Example usage:
*