mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
fix: add missing registry entries for orphaned JSON types (single, kv, create, delete, navigate, update)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user