Hello,
is there any config to disable Cropping button in media manager?
Thanks alot.
Hello,
is there any config to disable Cropping button in media manager?
Thanks alot.
Hi @ibrarartisan ,
In Media\Widgets\MediaManager;
/**
* @var bool cropAndInsertButton determines whether the Crop & Insert button is visible.
*/
public $cropAndInsertButton = false;
You can listen to model.afterBoot or model.afterInit and changes the value or override the modules\media\widgets\mediamanager\partials_body.php