mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-11 18:20:33 +09:00
Merge pull request #2231 from anyproto/go-5293-support-custom-iconimage-for-types
GO-5293: Support Custom IconImage for types
This commit is contained in:
commit
cba03c759c
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ var objectTypeWhiteList = append(slices.Clone(derivedObjectsWhiteList),
|
|||
bundle.RelationKeyLayoutAlign.String(),
|
||||
bundle.RelationKeyIconName.String(),
|
||||
bundle.RelationKeyIconOption.String(),
|
||||
bundle.RelationKeyIconImage.String(),
|
||||
)
|
||||
|
||||
var fileRelationsWhiteList = append(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue