Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visual editing-on-astro-page (PR from TinaCMS) #2387

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/blocksPages/astro.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
],
"_template": "textMediaColumnComponent"
},
{
"options": {
"narrow": true,
"color": "white",
"align": "left"
},
"content": "# Visual Editing + Astro\n\nVisual editing in Astro is still experimental. Visual editing is officially supported in Next.js... and we are looking to expand support to other frameworks in the near future.\n\nThe Tina community has got a head start on us – check out [this Repo](https://github.com/klrfl/simple-blog-with-tina) from Efraim running Astro with TinaCMS that runs with Visual Editing.\n",
"_template": "content"
},
{
"items": [
{
Expand Down