From 1dab0bdf190815518449e160b831c5ee40e173e9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 17 Apr 2026 09:42:32 +0200 Subject: [PATCH] decapcms: enable Signed-off-by in commit messages Enable the new config option introduced in [1] and released in DecapCMS v3.12 [2]. [1]: https://github.com/decaporg/decap-cms/pull/7766 [2]: https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.12.0 Signed-off-by: Simon Ser --- static/admin/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/static/admin/config.yml b/static/admin/config.yml index 96463ebef8..845465542f 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -7,6 +7,7 @@ backend: delete: 'news: delete "{{slug}}"' uploadMedia: 'news: upload media "{{path}}"' deleteMedia: 'news: delete media "{{path}}"' + signoff_commits: true site_url: "https://osrd.fr" media_folder: "static/images" public_folder: "/images"