19 declare(strict_types=1);
36 $f = $DIC->ui()->factory();
39 $icon =
$f->symbol()->icon()->standard(
"crs",
'Course');
41 $content =
$f->listing()->descriptive(
43 "Entry 1" =>
"Some text",
44 "Entry 2" =>
"Some more text",
48 $image =
$f->image()->responsive(
49 "./assets/images/logo/HeaderIcon.svg",
53 $card =
$f->card()->repositoryObject(
58 )->withCertificateIcon(
with_object_icon_and_certificate()
description: > Example for rendering a repository card with an icon and certificate ...