Tina -

To manage and draft blog posts using , a Git-based headless CMS, you can utilize the following features and configurations: Creating and Managing Drafts

{ name: 'draft', label: 'Draft', type: 'boolean', required: true, description: 'If this is checked, the post will not be published' } Use code with caution. Copied to clipboard To manage and draft blog posts using ,

: In TinaCMS, new posts are typically created as drafts by default , meaning they won't appear on your live production site until they are explicitly marked as published. : For modern frameworks like Astro or Gatsby

: You can write and refine your draft using the in-page editor by clicking the edit button on the top left of the post, or use the sidebar for metadata like dates and descriptions. a Git-based headless CMS

: For modern frameworks like Astro or Gatsby , Tina allows you to preview changes locally by running npm run dev and accessing the admin panel at localhost:3000/admin .