1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

Merge pull request #2101 from anyproto/go-5057-image-aspect-ratio-in-cover-link-to

GO-5057: image aspect ratio in Cover Link to
This commit is contained in:
Anastasia Shemyakinskaya 2025-02-07 17:55:58 +01:00 committed by GitHub
commit 120ecf5b8e
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,9 @@ var documentRelationsWhiteList = append(slices.Clone(allObjectsRelationsWhiteLis
bundle.RelationKeyIconEmoji.String(),
bundle.RelationKeyCoverType.String(),
bundle.RelationKeyCoverId.String(),
bundle.RelationKeyCoverX.String(),
bundle.RelationKeyCoverY.String(),
bundle.RelationKeyCoverScale.String(),
)
var todoRelationsWhiteList = append(slices.Clone(documentRelationsWhiteList), bundle.RelationKeyDone.String())