mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-02-14 08:58:40 +00:00
fixes
This commit is contained in:
parent
bb56756e10
commit
4f5f697b00
|
|
@ -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' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user