Map suffixes material and technique to their respective tag relation
types
This commit is contained in:
parent
338e09f001
commit
ef43270fb2
@ -17,6 +17,14 @@ final class NodaTagRelationIdentifier {
|
||||
' (Motiv)' => MDTagRelationType::display_subject,
|
||||
' [Motiv]' => MDTagRelationType::display_subject,
|
||||
' <Motiv>' => MDTagRelationType::display_subject,
|
||||
|
||||
' (Material)' => MDTagRelationType::material,
|
||||
' [Material]' => MDTagRelationType::material,
|
||||
' <Material>' => MDTagRelationType::material,
|
||||
|
||||
' (Technik)' => MDTagRelationType::technique,
|
||||
' [Technik]' => MDTagRelationType::technique,
|
||||
' <Technik>' => MDTagRelationType::technique,
|
||||
]
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user