Skip to content

Commit

Permalink
Remove blockGap
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Aug 4, 2024
1 parent 9bea954 commit 819170e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions build/slide/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"spacing": {
"padding": false,
"margin": false,
"blockGap": false
"margin": false
}
},
"editorScript": "file:./index.js",
Expand Down
3 changes: 1 addition & 2 deletions build/slider/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@
"margin": [
"top",
"bottom"
],
"blockGap": true
]
}
},
"example": {
Expand Down
3 changes: 1 addition & 2 deletions src/slide/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"spacing": {
"padding": false,
"margin": false,
"blockGap": false
"margin": false
}
},
"editorScript": "file:./index.js",
Expand Down
3 changes: 1 addition & 2 deletions src/slider/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@
"margin": [
"top",
"bottom"
],
"blockGap": true
]
}
},
"example": {
Expand Down

0 comments on commit 819170e

Please sign in to comment.