From 09175cbbf2e3a0010eb0cd85d7fb41819a16f903 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 5 May 2022 01:08:18 +0200 Subject: [PATCH] Add "creation" and "design" to MDConcEventTypes --- src/MDConcEventTypes.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index abac4f3..6cd32aa 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -18,6 +18,7 @@ final class MDConcEventTypes { "Herstellung" => 1, "Bearbeitung" => 1, "Erschaffung/Herstellung" => 1, + "creation" => 1, // 2: Was found // 3: Published @@ -43,6 +44,10 @@ final class MDConcEventTypes { "Commissioning" => 25, "Beauftragung" => 25, + // 35: Intellectual creation + "Design" => 35, + "design" => 35, + ]; }