From b0c3c0a0f297dc5948cb6125ae101c4c5d60bc92 Mon Sep 17 00:00:00 2001 From: Vitalii Bedletskyi Date: Tue, 11 Mar 2025 16:44:15 +0200 Subject: [PATCH] Enable insert/append options for scalars and enums --- types/enum.json | 4 ---- types/scalar.json | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/types/enum.json b/types/enum.json index eaeb7ec..864a44d 100644 --- a/types/enum.json +++ b/types/enum.json @@ -11,10 +11,6 @@ "foreignField": [], "ignore_z_value": true, "subtype": "snippetChildrenOnly", - "hackoladeMeta": { - "disableAdd": true, - "disableAppend": true - }, "enum": [] }, "subtypes": { diff --git a/types/scalar.json b/types/scalar.json index 31654f7..b03c857 100644 --- a/types/scalar.json +++ b/types/scalar.json @@ -10,11 +10,7 @@ "foreignCollection": "", "foreignField": [], "ignore_z_value": true, - "subtype": "snippetChildrenOnly", - "hackoladeMeta": { - "disableAdd": true, - "disableAppend": true - } + "subtype": "snippetChildrenOnly" }, "subtypes": { "snippetChildrenOnly": {