Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
open-source
hacklab-blocks
Commits
39523ac9
Commit
39523ac9
authored
1 year ago
by
Thiago Monteiro
Browse files
Options
Download
Email Patches
Plain Diff
retira loop infinito do slider
parent
510b88b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
blocks/hacklab-fetch-posts-api/block.json
blocks/hacklab-fetch-posts-api/block.json
+1
-1
blocks/hacklab-fetch-posts-api/script.js
blocks/hacklab-fetch-posts-api/script.js
+1
-0
hacklab-blocks.php
hacklab-blocks.php
+1
-1
No files found.
blocks/hacklab-fetch-posts-api/block.json
View file @
39523ac9
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
blocks/hacklab-fetch-posts-api/script.js
View file @
39523ac9
...
...
@@ -17,6 +17,7 @@ document.addEventListener('DOMContentLoaded', () => {
autoplay
:
false
,
autoplayButton
:
false
,
autoplayButtonOutput
:
false
,
loop
:
false
,
arrowKeys
:
true
,
responsive
:
{
992
:
{
...
...
This diff is collapsed.
Click to expand it.
hacklab-blocks.php
View file @
39523ac9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment