Mouse83
06/07/2022, 9:55 PMBlock estateGallery 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.
ifox
06/07/2022, 9:55 PMMouse83
06/07/2022, 9:55 PMifox
06/07/2022, 9:56 PMifox
06/07/2022, 9:58 PM@twillBlockTitle('Estate Gallery')
at the top of your estateGallery file and that error should go awayckmirafss
06/08/2022, 5:27 AMifox
06/08/2022, 7:25 AMckmirafss
06/08/2022, 8:30 AMifox
06/08/2022, 8:33 AMckmirafss
06/08/2022, 8:34 AMifox
06/08/2022, 8:35 AMckmirafss
06/08/2022, 8:35 AMifox
06/08/2022, 8:35 AMckmirafss
06/08/2022, 8:36 AMckmirafss
06/08/2022, 8:37 AMifox
06/08/2022, 8:37 AMckmirafss
06/08/2022, 8:37 AMifox
06/08/2022, 8:38 AMifox
06/08/2022, 8:46 AMckmirafss
06/08/2022, 9:07 AMckmirafss
06/08/2022, 9:07 AMckmirafss
06/08/2022, 9:09 AMKormi
06/08/2022, 12:31 PMprotected $indexColumns = [
'title' => [
'field' => 'title',
'title' => 'Title',
'sort' => true,
],
'shortcode' => [
'field' => 'shortcode',
'title' => 'Shortcode',
'sort' => false,
],
];
This shortcode is not stored in db, in edit is valorized like this
public function getFormFields($object)
{
$fields = parent::getFormFields($object);
$fields['shortcode'] = '[contact id="'.$object->id.'"]';
return $fields;
}
is There Any Way to do this?
Thank uKormi
06/08/2022, 12:50 PMmateoD
06/08/2022, 3:41 PMifox
06/08/2022, 5:29 PMif ($block->hasImage('your_image_role'))
ckmirafss
06/09/2022, 3:36 AMHarings Rob
06/09/2022, 6:34 AMckmirafss
06/09/2022, 6:47 AMckmirafss
06/09/2022, 6:47 AM