display product list, rest addtocart

This commit is contained in:
2019-10-05 20:01:06 +02:00
parent f5e18e9c20
commit ebb20c6176
30 changed files with 1403 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ class AjaxHomeController extends ControllerBase {
$data['#cache'] = [
'max-age' => \Drupal\Core\Cache\Cache::PERMANENT,
'tags' => ['edlp-home-cache'],
'tags' => ['materio-home-cache'],
'contexts' => [
'languages:language_content'
]