Skip to content

Commit b25b80f

Browse files
Bump @midzer/tobii from 2.5.0 to 2.7.1 (#149)
* Add .wp-env.json * Bump @midzer/tobii from 2.5.0 to 2.7.1 Bumps [@midzer/tobii](https://github.com/midzer/tobii) from 2.5.0 to 2.7.1. - [Release notes](https://github.com/midzer/tobii/releases) - [Changelog](https://github.com/midzer/tobii/blob/production/CHANGELOG.md) - [Commits](midzer/tobii@v2.5.0...v2.7.1) --- updated-dependencies: - dependency-name: "@midzer/tobii" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Disable new settings by default --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Dominik Schilling <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b5defa commit b25b80f

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.gitignore export-ignore
66
.npmrc export-ignore
77
.stylelintignore export-ignore
8-
.svgo.yml export-ignore
8+
.wp-env.json export-ignore
99
package.json export-ignore
1010
phpcs.xml.dist export-ignore
1111
postcss.config.js export-ignore

.wp-env.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"plugins": [
3+
"."
4+
]
5+
}

inc/namespace.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ function enable_lightbox_for_images( string $content ): string {
200200
function get_tobii_options(): array {
201201
$options = [
202202
'zoom' => false,
203+
'swipeClose' => false,
204+
'draggable' => false,
203205
'navLabel' => [
204206
__( 'Previous', 'required-tobii' ),
205207
__( 'Next', 'required-tobii' ),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prettier": "npm:[email protected]"
3232
},
3333
"dependencies": {
34-
"@midzer/tobii": "2.5.0"
34+
"@midzer/tobii": "2.7.1"
3535
},
3636
"stylelint": {
3737
"extends": [

0 commit comments

Comments
 (0)