mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 10:38:40 +00:00
fixes
This commit is contained in:
parent
bb56756e10
commit
4f5f697b00
|
|
@ -162,8 +162,8 @@ final class ApiController extends Controller
|
|||
$schema = [
|
||||
'@context' => 'https://schema.org/',
|
||||
'@type' => 'Product',
|
||||
'name' => $item->getL11n('name1')->description,
|
||||
'description' => $item->getL11n('description_short')->description,
|
||||
'name' => $item->getL11n('name1')->content,
|
||||
'description' => $item->getL11n('description_short')->content,
|
||||
'image' => [
|
||||
],
|
||||
'offers' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user