small fix

This commit is contained in:
F4ilji
2025-06-18 23:33:41 +05:00
parent 18b39fa15c
commit 97bda3d353
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ class PostForm
->reorderable()
->panelLayout('grid')
->helperText('Загрузите дополнительные изображения для галереи')
->maxFiles(10)
->maxFiles(200)
->maxSize(20480)
->acceptedFileTypes(['image/jpeg', 'image/png'])
->imagePreviewHeight('150'),
@@ -49,7 +49,7 @@ class CreatePost extends CreateRecord
$this->createSeo($this->record);
$this->sendNotifications();
$this->publishToVk();
$this->publishToTg();
// $this->publishToTg();
}
protected function handleSlides(): void