Planet Template
Astro template with built-in CMS
Data
{
"settings": {
"title": "Planet Astro",
"description": "Astro template with built-in CMS",
"logo": [
{
"type": "image/jpeg",
"size": 708699,
"src": "https://bucket.papazeal.com/planet_dev/km3ml.webp",
"w": 4000,
"h": 4000
}
],
"language": "en",
"seo": true,
"theme": "light",
"slides": [
{
"type": "image/jpeg",
"size": 667448,
"src": "https://bucket.papazeal.com/planet_dev/u2aef.webp",
"w": 4000,
"h": 6285
},
{
"type": "image/jpeg",
"size": 435486,
"src": "https://bucket.papazeal.com/planet_dev/o1eytf.webp",
"w": 4000,
"h": 2668
},
{
"type": "image/jpeg",
"size": 350953,
"src": "https://bucket.papazeal.com/planet_dev/mnfu6k.webp",
"w": 4000,
"h": 5207
}
]
},
"post": [
{
"title": "Why starting your day with intention matters",
"content": "<h2>Clear Your Mind Before the Day Starts</h2><p>Waking up a little earlier to take a breath, journal, or enjoy some tea can set a calm tone for the rest of your day. It doesn’t have to be fancy—just consistent.</p><h2>Move Your Body, Gently</h2><p>Whether it’s a walk, a stretch, or a few yoga poses, morning movement helps energize the body and mind. It wakes you up naturally and gets your blood flowing.</p>"
},
{
"title": "Finding Focus in a Distracted World",
"content": "<h2>Eliminate Digital Clutter</h2><p>Notifications, tabs, and endless scrolling can drain your focus. Turn off non-essential alerts, close unused apps, and give yourself dedicated time blocks to work without interruption.</p><h2>Train Your Attention</h2><p>Like a muscle, focus gets stronger with use. Try techniques like the Pomodoro method, mindful breathing, or even daily journaling to build mental discipline over time.</p>"
}
]
}
Model
[
{
"title": "Settings",
"id": "settings",
"fields": [
{
"title": "Title",
"id": "title",
"type": "text"
},
{
"title": "Description",
"id": "description",
"type": "textarea"
},
{
"title": "Logo",
"id": "logo",
"type": "images",
"limit": 1
},
{
"title": "Slides",
"id": "slides",
"type": "images",
"limit": 3
},
{
"title": "Language",
"id": "language",
"type": "select",
"options": [
{
"value": "en",
"label": "EN"
},
{
"value": "cn",
"label": "CN"
},
{
"value": "th",
"label": "TH"
}
]
},
{
"title": "Allow SEO Bot",
"id": "seo",
"type": "checkbox"
},
{
"title": "Theme",
"id": "theme",
"type": "radio",
"options": [
{
"value": "light",
"label": "Light"
},
{
"value": "dark",
"label": "Dark"
},
{
"value": "auto",
"label": "Auto"
}
]
}
]
},
{
"title": "Post",
"id": "post",
"collection": true,
"key": "title",
"fields": [
{
"title": "Title",
"id": "title",
"type": "text",
"value": ""
},
{
"title": "Content",
"id": "content",
"type": "editor",
"value": ""
}
]
}
]