From 9fbdc52b1af84cbb492dd7727fc829546ce152c4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 21 Nov 2023 14:20:43 +0200 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 5d71d6a5b6..e97b2ba1f1 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -657,6 +657,10 @@ "type": "string", "description": "Converts field defs to ORM metadata. Should implement Espo\\Core\\Utils\\Database\\Orm\\FieldConverter." }, + "duplicateIgnore": { + "type": "boolean", + "description": "Ignore when duplicating a record." + }, "duplicatorClassName": { "type": "string", "description": "Duplicates attributes of a field. Some fields can require some processing when an entity is being duplicated. Should implement Espo\\Core\\Record\\Duplicator\\FieldDuplicator."