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:
commit
120ecf5b8e
1 changed files with 3 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue