From bc3927ec02d57ff221d220fe602b58749e8eb410 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Mon, 26 Jun 2023 17:07:27 +0200
Subject: [PATCH] program

---
 app/services/content_migration.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/services/content_migration.rb b/app/services/content_migration.rb
index 84364e6d1..abfe3daf6 100644
--- a/app/services/content_migration.rb
+++ b/app/services/content_migration.rb
@@ -53,6 +53,7 @@ class ContentMigration
     # these blocks keep their title
     !block.call_to_action? &&
     !block.post? &&
+    !block.program? &&
     !block.page?
   end
 
-- 
GitLab