From 67ac62d49a5c7e8205d83c0d4f73edd4e4d61c4a Mon Sep 17 00:00:00 2001 From: Tobias Gross-Vogt <tgros@tugraz.at> Date: Tue, 12 Apr 2022 12:32:05 +0200 Subject: [PATCH] defined shortname BaseCourse --- src/Entity/Course.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Entity/Course.php b/src/Entity/Course.php index 258a4c6..dd5f8ca 100644 --- a/src/Entity/Course.php +++ b/src/Entity/Course.php @@ -37,6 +37,7 @@ use Symfony\Component\Serializer\Annotation\Groups; * } * } * }, + * shortName="BaseCourse", * iri="https://schema.org/Course", * normalizationContext={"groups" = {"BaseCourse:output"}, "jsonld_embed_context" = true}, * ) -- GitLab