diff --git a/SUMMARY.md b/SUMMARY.md index f612044..6bbc161 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/basics/types/layouts.md b/basics/types/layouts.md new file mode 100644 index 0000000..528c250 --- /dev/null +++ b/basics/types/layouts.md @@ -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.