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

GitBook: [#123] Fix media

This commit is contained in:
Vladimir Ermolaev 2021-11-18 09:17:16 +00:00 committed by gitbook-bot
parent 941eeb5a9e
commit 88904ab38a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
7 changed files with 14 additions and 15 deletions

View file

@ -2,7 +2,7 @@
### **Using a Type**
Let's look at an example. Say you need to add a new relation `Color,` to your **Type** `Cat`. And you already have 10 objects of this type. 
Let's look at an example. Say you need to add a new relation `Color,` to your **Type** `Cat`. And you already have 10 objects of this type.
1. You need to open [library.md](../fundamentals/library.md "mention")
2. Find and open the [type](../fundamentals/type/ "mention") `Cat`
@ -11,16 +11,15 @@ Let's look at an example. Say you need to add a new relation `Color,` to your **
When you open any object `Cat` you will find `Color` in relations view and in `/` menu.
{% hint style="warning" %}
You cannot edit the default relations in types** created by Anytype**. But you can use [set.md](../fundamentals/set.md "mention"), which can be used to create a relation in existing objects.
You cannot edit the default relations in types\*\* created by Anytype\*\*. But you can use [set.md](../fundamentals/set.md "mention"), which can be used to create a relation in existing objects.
{% endhint %}
### **Using a Set**
Say you need to add the relation `Related` to all your `Tasks`. You can't change the default relations for this Type. 
Say you need to add the relation `Related` to all your `Tasks`. You can't change the default relations for this Type.
1. [#create-a-set](../fundamentals/set.md#create-a-set "mention") with type Task 
2. Add a new column. Settings → Relations → **+ **`Related`
1. [#create-a-set](../fundamentals/set.md#create-a-set "mention") with type Task
2. Add a new column. Settings → Relations → \*\*+ \*\*`Related`
3. Each object in the Set will now show this relation. Also, see will see at as **suggested** in each object.
![](../.gitbook/assets/test.gif)
![](<../.gitbook/assets/test (1).gif>)