This commit is contained in:
Dennis Eichhorn 2023-05-09 16:07:43 +00:00
parent bb56756e10
commit 4f5f697b00

View File

@ -162,8 +162,8 @@ final class ApiController extends Controller
$schema = [ $schema = [
'@context' => 'https://schema.org/', '@context' => 'https://schema.org/',
'@type' => 'Product', '@type' => 'Product',
'name' => $item->getL11n('name1')->description, 'name' => $item->getL11n('name1')->content,
'description' => $item->getL11n('description_short')->description, 'description' => $item->getL11n('description_short')->content,
'image' => [ 'image' => [
], ],
'offers' => [ 'offers' => [