1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-11 02:13:41 +09:00

GO-5204 Add plural names to types

This commit is contained in:
kirillston 2025-03-17 17:45:44 +03:00
parent c9c4823b4b
commit 72b82e53b4
No known key found for this signature in database
GPG key ID: BE4BF014F0ECDFE8
14 changed files with 839 additions and 643 deletions

View file

@ -30638,7 +30638,7 @@ Used to decode block meta only, without the content itself
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| url | [string](#string) | | leave empty in case you want to create the new one |
| name | [string](#string) | | name of objectType (can be localized for bundled types) |
| name | [string](#string) | | name of objectType in singular form (can be localized for bundled types) |
| relationLinks | [RelationLink](#anytype-model-RelationLink) | repeated | cannot contain more than one Relation with the same RelationType |
| layout | [ObjectType.Layout](#anytype-model-ObjectType-Layout) | | |
| iconEmoji | [string](#string) | | emoji symbol |
@ -30653,6 +30653,7 @@ Used to decode block meta only, without the content itself
| restrictObjectCreation | [bool](#bool) | | restricts creating objects of this type for users |
| iconColor | [int64](#int64) | | color of object type icon |
| iconName | [string](#string) | | name of object type icon |
| pluralName | [string](#string) | | name of objectType in plural form (can be localized for bundled types) |