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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user