Tina -

{ 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

: 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 . { name: 'draft', label: 'Draft', type: 'boolean', required:

: You can add a manual toggle to your editing sidebar. This involves defining a "draft" field in your collection schema as a boolean type. Schema Example : javascript This involves defining a "draft" field in your

: 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. Set up a content structure for your "Tina" project

Write a for a specific topic (e.g., tech tutorials, personal stories). Set up a content structure for your "Tina" project. Write blog posts on the web with Tina CMS and Astro!