Disable Cropping

Hello,

is there any config to disable Cropping button in media manager?

Edit-CmsPagesController-October-CMS

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

2 Likes

@apinard
Thanks alot

1 Like