From 032c98986941e1e5491f5ad0b25ae6111c94e3bb Mon Sep 17 00:00:00 2001 From: Yurii Date: Wed, 20 May 2026 16:41:14 +0300 Subject: [PATCH] Fix description --- schema/metadata/entityDefs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index fe7950fa0b..98a2dd1caf 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -1423,11 +1423,11 @@ }, "layoutRelationshipsDisabled": { "type": "boolean", - "description": "Makes the link not available in the Bottom Panels layout (in the Layout Manager tool). Available for hasMany" + "description": "Makes the link not available in the Bottom Panels layout (in the Layout Manager tool). Available for hasMany." }, "relationName": { "type": "string", - "description": "A relationship name. Defines how a middle table will be named (for a many-to-many relationships). Available for hasMany" + "description": "A relationship name. Defines how a middle table will be named (for a many-to-many relationships). Available for hasMany." }, "columnAttributeMap": { "type": "object",