1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3482 Protocol | Enhancement | MW 0.40.0-rc9 (#2173)

This commit is contained in:
Evgenii Kozlov 2025-03-19 00:13:17 +01:00 committed by GitHub
parent 16a2c2b65a
commit 4a97f1d364
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -757,7 +757,7 @@ message SpaceObjectHeader {
message ObjectType {
string url = 1; // leave empty in case you want to create the new one
string name = 2; // name of objectType (can be localized for bundled types)
string name = 2; // name of objectType in singular form (can be localized for bundled types)
repeated RelationLink relationLinks = 3; // cannot contain more than one Relation with the same RelationType
Layout layout = 4;
string iconEmoji = 5; // emoji symbol
@ -772,6 +772,7 @@ message ObjectType {
bool restrictObjectCreation = 14; // restricts creating objects of this type for users
int64 iconColor = 15; // color of object type icon
string iconName = 16; // name of object type icon
string pluralName = 17; // name of objectType in plural form (can be localized for bundled types)
enum Layout {
basic = 0;