fix: add missing registry entries for orphaned JSON types (single, kv, create, delete, navigate, update)

This commit is contained in:
2026-01-21 02:18:45 +00:00
parent 4bbfc1d577
commit 8a0b3a8838

View File

@@ -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": {