MihailDev / yii2-elfinder

Yii2 ElFinder
Other
170 stars 76 forks source link

Not Fullscreen #138

Open buiduongthe opened 4 years ago

buiduongthe commented 4 years ago

Hi

I'm install Yii2-elfinder with theme Adminlte,

Error:

  1. Not fullscreen
  2. I want to set permission multi folder and path

Thanks

MihailDev commented 4 years ago
  1. i dont understand where you need fullscreen
  2.             [
                    'path'   => 'files/some',
                    'name'   => ['category' => 'my','message' => 'Some Name'], // Yii::t($category, $message)
                    'access' => ['read' => '*', 'write' => 'SomeRBACAccessName'] // * - all
                ]
buiduongthe commented 4 years ago

Sr MihailDev,

  1. I want Fullscreen

thanks