From f8b20979028ca943dce4985840054651f543647c Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 19 Jul 2023 14:04:32 +0100 Subject: Fix: #4850 - HEAD:SCHMA:TAG not recognised --- app/CustomTags/Gedcom7.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/CustomTags/Gedcom7.php b/app/CustomTags/Gedcom7.php index 85a9c2116a..19944ac48e 100644 --- a/app/CustomTags/Gedcom7.php +++ b/app/CustomTags/Gedcom7.php @@ -99,6 +99,8 @@ class Gedcom7 implements CustomTagInterface 'FAM:REFN:TYPE' => new UserReferenceType(I18N::translate('Type')), 'FAM:SNOTE' => new XrefSharedNote(I18N::translate('Shared note')), 'FAM:UID' => new Uid(I18N::translate('Unique identifier')), + 'HEAD:SCHMA' => new CustomElement(I18N::translate('Custom GEDCOM tags')), + 'HEAD:SCHMA:TAG' => new CustomElement(I18N::translate('GEDCOM tag')), 'INDI:*:ASSO' => new XrefAssociate(I18N::translate('Associate')), 'INDI:*:ASSO:PHRASE' => new CustomElement(I18N::translate('Phrase')), 'INDI:*:ASSO:ROLE' => new RoleInEvent(I18N::translate('Role')), -- cgit v1.3