started home styling

This commit is contained in:
2019-07-15 18:44:03 +02:00
parent d84750ef8f
commit cb3eb2c2fa
19 changed files with 1067 additions and 34 deletions

View File

@@ -43,7 +43,7 @@ class ComputedMaterialsReferences extends EntityReferenceFieldItemList
->sort('created', 'DESC')
->range(0,200);
$results = $query->execute();
$nids = array_rand($results, 20);
$nids = array_rand($results, 30);
foreach ($nids as $key => $nid) {
$this->list[$key] = $this->createItem($key, $nid);
}