Skip to content

Commit

Permalink
Fix issue with carousel arrows/pagination not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsmason committed Sep 4, 2024
1 parent 7d899e6 commit 54a8019
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion dist/carousel/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@
"type": "fade",
"drag": true,
"arrows": true,
"pagination": true
"pagination": true,
"perPage": 1
},
"mergeOptions": false,
"allowedBlock": "pulsar/carousel-image",
"disabledControls": true
}
Expand Down
2 changes: 1 addition & 1 deletion dist/carousel/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '9a598a50418f7c29eecc');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '65c6114a0c20ebc24ce8');
2 changes: 1 addition & 1 deletion dist/carousel/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pulsar-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: A collection of blocks we use at eighteen73.
* Requires at least: 6.3
* Requires PHP: 7.4
* Version: 0.8.0
* Version: 0.8.1
* Author: eighteen73
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 3 additions & 1 deletion src/carousel/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@
"type": "fade",
"drag": true,
"arrows": true,
"pagination": true
"pagination": true,
"perPage": 1
},
"mergeOptions": false,
"allowedBlock": "pulsar/carousel-image",
"disabledControls": true
}
Expand Down

0 comments on commit 54a8019

Please sign in to comment.