Merge branch 'master' of gitea:museum-digital/MDNodaHelpers
This commit is contained in:
commit
39362f537a
@ -17,6 +17,14 @@ final class NodaTagRelationIdentifier {
|
|||||||
' (Motiv)' => MDTagRelationType::display_subject,
|
' (Motiv)' => MDTagRelationType::display_subject,
|
||||||
' [Motiv]' => MDTagRelationType::display_subject,
|
' [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