From 8a0b3a883823ac0c67e4d3cd9abfce76cadc16b8 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 21 Jan 2026 02:18:45 +0000 Subject: [PATCH] fix: add missing registry entries for orphaned JSON types (single, kv, create, delete, navigate, update) --- json-components-registry.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/json-components-registry.json b/json-components-registry.json index 1a16138..0e46aed 100644 --- a/json-components-registry.json +++ b/json-components-registry.json @@ -4160,6 +4160,36 @@ "type": "AppDialogs", "source": "app", "jsonCompatible": true + }, + { + "type": "single", + "source": "layouts", + "jsonCompatible": true + }, + { + "type": "kv", + "source": "dataSources", + "jsonCompatible": true + }, + { + "type": "create", + "source": "actions", + "jsonCompatible": true + }, + { + "type": "delete", + "source": "actions", + "jsonCompatible": true + }, + { + "type": "navigate", + "source": "actions", + "jsonCompatible": true + }, + { + "type": "update", + "source": "actions", + "jsonCompatible": true } ], "statistics": {