public function getBbCodeRenderOptions($context, $type)
{
$array = $this->Images->toArray();
$array2 = $this->Images2->toArray();
$array3 = $array + $array2;
return [
'entity' => $this,
'user' => $this->User,
'attachments' => $this->attach_count ? $array3 : [],
'viewAttachments' => $this->canViewProductImages()
];
}