Revert preview pane to disabled - dark mode compatibility issue

- Keep editorial_workflow enabled (draft/review/publish)
- Revert preview: true back to preview: false
- Dark mode causes font/background color issues in preview pane
- Editorial workflow still functional without preview

Issue: Preview pane has unresolvable dark mode styling conflicts
This commit is contained in:
Claude
2026-04-07 21:40:59 +00:00
parent 06867fa897
commit 3e37d408cf

View File

@@ -17,9 +17,9 @@ logo_url: /assets/images/2026/02/Light-logo.png
# Editorial workflow - draft/review/publish flow
publish_mode: editorial_workflow
# Enable preview pane for better editing experience
# Disable preview pane globally (dark mode compatibility - font/background color issue)
editor:
preview: true
preview: false
# Media library points to branding assets
media_folder: "docs/branding"