We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfd88e commit 0e0a1afCopy full SHA for 0e0a1af
src/block/column/block.json
@@ -13,6 +13,7 @@
13
],
14
"parent": [
15
"stackable/columns",
16
+ "stackable/carousel",
17
"stackable/feature",
18
"stackable/feature-grid",
19
"stackable/horizontal-scroller",
src/stk-block-types.php
@@ -223,6 +223,7 @@ function stackable_get_blocks_array( $blocks = array() ) {
223
224
'parent' => [
225
'stackable/columns',
226
+ 'stackable/carousel',
227
'stackable/feature',
228
'stackable/feature-grid',
229
'stackable/horizontal-scroller',
0 commit comments