mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Merge pull request #131 from johndoe6345789/codex/identify-json-compatible-components
Mark presentational molecules as high-priority JSON-ready in registry
This commit is contained in:
@@ -1170,7 +1170,11 @@
|
||||
"description": "Action button toolbar",
|
||||
"status": "maybe-json-compatible",
|
||||
"source": "molecules",
|
||||
"jsonCompatible": true
|
||||
"jsonCompatible": true,
|
||||
"metadata": {
|
||||
"conversionPriority": "high",
|
||||
"notes": "JSON-ready: stateless layout molecule; bindings/events supported in json-ui component types."
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "AppBranding",
|
||||
@@ -1348,7 +1352,11 @@
|
||||
"description": "Custom data display card",
|
||||
"status": "maybe-json-compatible",
|
||||
"source": "molecules",
|
||||
"jsonCompatible": true
|
||||
"jsonCompatible": true,
|
||||
"metadata": {
|
||||
"conversionPriority": "high",
|
||||
"notes": "JSON-ready: presentational molecule with conditional rendering only; bindings supported in json-ui component types."
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DetailRow",
|
||||
|
||||
Reference in New Issue
Block a user