From 38068091ab54e7cbcc69db125c7bf95959d2666b Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:36:11 +0000 Subject: [PATCH 1/2] TinaCMS content update Co-authored-by: Isaac Lombard --- content/blocksPages/astro.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index efdd973788..e6e97e66dc 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -19,6 +19,13 @@ ], "_template": "textMediaColumnComponent" }, + { + "options": { + "align": "center" + }, + "content": "# Visual Editing with Astro\n", + "_template": "content" + }, { "items": [ { From ca9f8c4644c7fec1e7dd6c7706bc5b387fcae6c2 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:26:09 +0000 Subject: [PATCH 2/2] TinaCMS content update Co-authored-by: Isaac Lombard --- content/blocksPages/astro.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/blocksPages/astro.json b/content/blocksPages/astro.json index e6e97e66dc..4a1615cc6a 100644 --- a/content/blocksPages/astro.json +++ b/content/blocksPages/astro.json @@ -21,9 +21,11 @@ }, { "options": { - "align": "center" + "narrow": true, + "color": "white", + "align": "left" }, - "content": "# Visual Editing with Astro\n", + "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" }, {