Skip to content

Commit

Permalink
Add "columns" type to media split
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarol committed Feb 7, 2025
1 parent 8483d85 commit b1040de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/importer/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ function caseStudyMediaSplit(main, document) {
main.querySelectorAll('.case-study-hero .ind-case_study_resource')
.forEach((container) => {
const cells = [...container.children].map((child) => [child]);
createBlock(container, document, 'Media split', cells, ['Case study']);
createBlock(container, document, 'Columns', cells, ['Media split', 'Case study']);
});
}

Expand Down

0 comments on commit b1040de

Please sign in to comment.