From 7a93911f6176a67fe513d464a41eb7f816d62aba Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 23 Sep 2024 10:50:15 +0300 Subject: [PATCH] read only link in schema --- schema/metadata/entityDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 2b805edd50..e38be0aff1 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -1126,6 +1126,10 @@ "type": "boolean", "description": "Linking and unlinking will be logged in the Stream. Available for hasMany." }, + "readOnly": { + "type": "boolean", + "description": "Read-only links cannot be edited via link and unlink requests. But they can be edited via the link-multiple field." + }, "layoutRelationshipsDisabled": { "type": "boolean", "description": "Makes the link not available in the Bottom Panels layout (in the Layout Manager tool). Available for hasMany"