From 3dd07cf8108d3b40e10d1167d353b93117afde87 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 22:03:34 +0000 Subject: [PATCH] Remove editorial_workflow - not supported by Gitea backend Error: 'The Gitea backend does not support editorial workflow' Editorial workflow (draft/review/publish) is a GitHub-only feature. Gitea backend requires direct commits to master branch. Keeping all other task improvements: - Individual task files in docs/tasks-index/ - Priority-based sorting - Improved field labels and hints --- admin/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin/config.yml b/admin/config.yml index dad2860..6ba56bd 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -14,9 +14,6 @@ site_url: https://firefrostgaming.com display_url: https://firefrostgaming.com logo_url: /assets/images/2026/02/Light-logo.png -# Editorial workflow - draft/review/publish flow -publish_mode: editorial_workflow - # Disable preview pane globally (dark mode compatibility - font/background color issue) editor: preview: false