Skip to content

Commit f6016a8

Browse files
committed
handle image_columns in migration script
1 parent 3a3b91b commit f6016a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/scripts/migrate_draft_to_slate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
BLOCK_FIELDS = {
99
"icons_and_numbers": ["columns.text"],
1010
"icons_and_text": ["description", "columns.text"],
11+
"image_columns": ["description"],
1112
"numbers": ["numbers.text"],
1213
"slider": ["description"],
1314
"text1": ["content"],

0 commit comments

Comments
 (0)