OBJE:RESN #758
|
I want to add an image into my tree which is only visible for managers, so I tried This snippet is invalid. How can I set the right restriction? Best regards, |
Replies: 2 comments
|
GEDCOM only supports Using them at level 2 (to apply to a level 1 record) is an extension by your software (presumably webtrees). So this will be invalid, even though it works. Be aware that transferring the data to any other application will generally cause this level 2 restriction to be lost/ignored. |
|
Although you cannot mark a single file as restricted, you can mark the entire OBJE as restricted: 0 @m1@ OBJE
1 FILE image.jpeg
2 FORM image/jpeg
1 RESN CONFIDENTIALIf you want to mark only some FILEs of an OBJE as restricted, you could split them into separate OBJE records. |
Although you cannot mark a single file as restricted, you can mark the entire OBJE as restricted:
If you want to mark only some FILEs of an OBJE as restricted, you could split them into separate OBJE records.