user
05/16/2022, 1:09 PMBlock ProjectsSliderBlock.php does not exists or the mandatory property 'title' was not found on this block. If you are still using blocks on the twill.php file, please check if the block is present and properly configured.
// /resources/views/admin/blocks/ProjectsSliderBlock.php
<?php
namespace App\Twill\Block;
use A17\Twill\Services\Blocks\Block;
class ProjectsSliderBlock extends Block
{
public function getData(array $data, \A17\Twill\Models\Block $block): array
{
$data = parent::getData($data, $block);
return $data;
}
}amargoCactus
05/16/2022, 3:53 PMamargoCactus
05/16/2022, 3:53 PMifox
05/16/2022, 3:54 PMamargoCactus
05/16/2022, 3:54 PMqqfile: ["upload qqfile failed."]amargoCactus
05/16/2022, 3:54 PMamargoCactus
05/16/2022, 3:54 PMifox
05/16/2022, 3:54 PMamargoCactus
05/16/2022, 3:54 PMifox
05/16/2022, 3:55 PMamargoCactus
05/16/2022, 3:56 PMMEDIA_LIBRARY_ENDPOINT_TYPE=local
MEDIA_LIBRARY_IMAGE_SERVICE=A17\Twill\Services\MediaLibrary\Glide
GLIDE_DRIVER=imagick
FILE_LIBRARY_ENDPOINT_TYPE=localifox
05/16/2022, 3:57 PMifox
05/16/2022, 3:57 PMamargoCactus
05/16/2022, 4:04 PMifox
05/16/2022, 5:46 PMamargoCactus
05/16/2022, 5:53 PMamargoCactus
05/16/2022, 6:04 PMifox
05/16/2022, 6:05 PMifox
05/16/2022, 6:06 PMgiuseppemastrodonato
05/16/2022, 6:14 PMgiuseppemastrodonato
05/16/2022, 6:15 PMgiuseppemastrodonato
05/16/2022, 6:15 PMifox
05/16/2022, 6:27 PMimages() and imagesObjects() too. When you have a media uuid, you can also always create the url with the ImageService facade.giuseppemastrodonato
05/16/2022, 6:30 PMgiuseppemastrodonato
05/16/2022, 6:30 PMgiuseppemastrodonato
05/16/2022, 6:30 PMgiuseppemastrodonato
05/16/2022, 6:31 PMgiuseppemastrodonato
05/16/2022, 6:32 PMamargoCactus
05/16/2022, 6:35 PMamargoCactus
05/16/2022, 6:43 PM/admin 😕