Skip to content

Commit 0e0a1af

Browse files
committed
fix adding slides to carousel block
1 parent cdfd88e commit 0e0a1af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/block/column/block.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"parent": [
1515
"stackable/columns",
16+
"stackable/carousel",
1617
"stackable/feature",
1718
"stackable/feature-grid",
1819
"stackable/horizontal-scroller",

src/stk-block-types.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ function stackable_get_blocks_array( $blocks = array() ) {
223223
],
224224
'parent' => [
225225
'stackable/columns',
226+
'stackable/carousel',
226227
'stackable/feature',
227228
'stackable/feature-grid',
228229
'stackable/horizontal-scroller',

0 commit comments

Comments
 (0)