Files
general-template/data/apps/menus/pages.json
Yusron alamsyah 6bb6a1d430 first commit
2026-03-13 10:45:28 +07:00

21 lines
451 B
JSON

{
"pages": [
{
"id": "1",
"name": "Dashboard",
"path": "/dashboard",
"templateType": "dashboard",
"metadata": {
"title": "Dashboard",
"description": "Main dashboard page",
"keywords": ["dashboard", "admin"]
},
"content": {},
"createdBy": "admin",
"createdAt": "2025-06-30T05:32:00Z",
"updatedAt": "2025-06-30T05:32:00Z",
"status": "published"
}
]
}