From ef43270fb250a66eb578bc4a477eb0b6ad9488d3 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 13 Feb 2025 14:04:38 +0100 Subject: [PATCH] Map suffixes material and technique to their respective tag relation types --- src/NodaTagRelationIdentifier.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/NodaTagRelationIdentifier.php b/src/NodaTagRelationIdentifier.php index 491d7a4..fbaa7dc 100644 --- a/src/NodaTagRelationIdentifier.php +++ b/src/NodaTagRelationIdentifier.php @@ -17,6 +17,14 @@ final class NodaTagRelationIdentifier { ' (Motiv)' => MDTagRelationType::display_subject, ' [Motiv]' => MDTagRelationType::display_subject, ' ' => MDTagRelationType::display_subject, + + ' (Material)' => MDTagRelationType::material, + ' [Material]' => MDTagRelationType::material, + ' ' => MDTagRelationType::material, + + ' (Technik)' => MDTagRelationType::technique, + ' [Technik]' => MDTagRelationType::technique, + ' ' => MDTagRelationType::technique, ] ];