mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"$schema": "./schema/page-schema.json",
|
|
"id": "component-tree-manager-page",
|
|
"name": "Component Tree Manager",
|
|
"description": "Manage component trees",
|
|
"icon": "Tree",
|
|
"layout": {
|
|
"$ref": "./layouts/single-column.json"
|
|
},
|
|
"components": [
|
|
{
|
|
"id": "component-tree-manager-component",
|
|
"type": "ComponentTreeManager",
|
|
"props": {}
|
|
}
|
|
]
|
|
}
|