✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
74 lines
1.2 KiB
JSON
74 lines
1.2 KiB
JSON
{
|
|
"object": "page",
|
|
"parent": {
|
|
"type": "workspace"
|
|
},
|
|
"icon": {
|
|
"type": "emoji",
|
|
"emoji": "\ud83c\udfaf"
|
|
},
|
|
"properties": {
|
|
"title": {
|
|
"title": [
|
|
{
|
|
"text": {
|
|
"content": "{{PROJECT_NAME}}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"children": [
|
|
{
|
|
"object": "heading_1",
|
|
"heading_1": {
|
|
"rich_text": [
|
|
{
|
|
"text": {
|
|
"content": "\ud83d\udcca Project Dashboard"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"object": "paragraph",
|
|
"paragraph": {
|
|
"rich_text": [
|
|
{
|
|
"text": {
|
|
"content": "{{PROJECT_DESCRIPTION}}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"object": "heading_2",
|
|
"heading_2": {
|
|
"rich_text": [
|
|
{
|
|
"text": {
|
|
"content": "\ud83d\udcc8 Status"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"object": "callout",
|
|
"callout": {
|
|
"icon": {
|
|
"emoji": "\u2705"
|
|
},
|
|
"rich_text": [
|
|
{
|
|
"text": {
|
|
"content": "Status: {{STATUS}}\nPhase: {{PHASE}}\nProgress: {{PROGRESS}}%"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |