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:
parent
c9c4823b4b
commit
72b82e53b4
14 changed files with 839 additions and 643 deletions
|
@ -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) |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue