summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/CustomTags/Gedcom7.php2
1 files changed, 2 insertions, 0 deletions
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')),