Retrieve "displayed subject" relationship from suffix "<Motiv>", "[Motiv]"
This commit is contained in:
parent
e036d7881a
commit
bf22f5541d
@ -15,6 +15,8 @@ final class NodaTagRelationIdentifier {
|
|||||||
private const SUFFIXES = [
|
private const SUFFIXES = [
|
||||||
'de' => [
|
'de' => [
|
||||||
' (Motiv)' => MDTagRelationType::display_subject,
|
' (Motiv)' => MDTagRelationType::display_subject,
|
||||||
|
' [Motiv]' => MDTagRelationType::display_subject,
|
||||||
|
' <Motiv>' => MDTagRelationType::display_subject,
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user