mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GITBOOK-347: Add layout info
This commit is contained in:
parent
0a7efb5cd5
commit
2f9c3294ef
2 changed files with 12 additions and 2 deletions
|
@ -21,13 +21,14 @@
|
|||
* [Locating your Objects](basics/object-editor/finding-your-objects.md)
|
||||
* [Types](basics/types/README.md)
|
||||
* [Create a New Type](basics/types/create-a-new-type.md)
|
||||
* [Layouts](basics/types/layouts.md)
|
||||
* [Templates](basics/types/templates.md)
|
||||
* [Relations](basics/relations/README.md)
|
||||
* [Add a New Relation](basics/relations/create-a-new-relation.md)
|
||||
* [Create a New Relation](basics/relations/create-a-new-relation-1.md)
|
||||
* [Library](basics/anytype-library/README.md)
|
||||
* [Types](basics/anytype-library/types.md)
|
||||
* [Relations](basics/anytype-library/relations.md)
|
||||
* [Type Library](basics/anytype-library/types.md)
|
||||
* [Relation Library](basics/anytype-library/relations.md)
|
||||
* [Links](anytype-basics/object-editor/linking-objects.md)
|
||||
* [Graph](basics/graph.md)
|
||||
* [Sets](basics/sets/README.md)
|
||||
|
|
9
basics/types/layouts.md
Normal file
9
basics/types/layouts.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Layouts
|
||||
|
||||
A **Layout** defines the general look and feel of the Object and determines what actions can be taken for the Object.
|
||||
|
||||
There are currently four basic layouts that users can choose for their Objects, and there are plans for contributors to be able to create new layouts in the future.
|
||||
|
||||
You can choose a recommended object layout for each type trough the [types.md](../anytype-library/types.md "mention"), and you can also choose a different layout for each [templates.md](templates.md "mention").
|
||||
|
||||
You can find the object layout menu above the Object title; next to the cover and icon buttons. This is where you can change the layout of the object or set the layout width. Some layouts even let you change the text alignment.
|
Loading…
Add table
Add a link
Reference in a new issue