Commit 39523ac9 authored by Thiago Monteiro's avatar Thiago Monteiro
Browse files

retira loop infinito do slider

parent 510b88b8
......@@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "hacklab-blocks/hacklab-fetch-posts-api",
"version": "0.1.8",
"version": "0.1.9",
"title": "Posts API",
"category": "widgets",
"icon": "admin-post",
......
......@@ -17,6 +17,7 @@ document.addEventListener('DOMContentLoaded', () => {
autoplay: false,
autoplayButton: false,
autoplayButtonOutput: false,
loop: false,
arrowKeys: true,
responsive: {
992: {
......
......@@ -2,7 +2,7 @@
/**
* Plugin Name: Hacklab Blocks
* Description: Blocos para utilização em diversos projetos.
* Version: 0.1.39
* Version: 0.1.40
* Requires at least: 5.8
* Requires PHP: 7.0
* Author: The WordPress Contributors
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment