Blame view

backend/modules/map/views/item/parts/_gallery.php 161 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
  <?= $form->field($model, 'gallery_image')->imageSeveral(
      ['initialPreview' => $model->getGalleryLink(), 'maxFileCount' => 25],
      ['maxFileCount' => 25])
  ?>