mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
1.2 KiB
1.2 KiB
How to add relation to multiple objects
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.
- You need to open library.md
- Find and open the type
Cat
- Add a new relation.md
Color
there.
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, 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.
- #create-a-set with type Task
- Add a new column. Settings → Relations → **+ **→
Related
- Each object in the Set will now show this relation. Also, see will see at as suggested in each object.