Skip to content

Commit

Permalink
Fix: Ensure zoom-out toggle is always visible by updating blocks.json…
Browse files Browse the repository at this point in the history
… to API version 3
  • Loading branch information
mtdkei authored and mtdkei committed Jan 27, 2025
1 parent 71b3769 commit f1fe36b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/copy-button-wrap/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/copy-button-wrap",
"category": "vk-simple-copy-block",
"title": "Copy Button",
Expand Down
2 changes: 1 addition & 1 deletion src/copy-button/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/copy-button",
"category": "vk-simple-copy-block",
"title": "Copy Button",
Expand Down
2 changes: 1 addition & 1 deletion src/copy-target/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/copy-target",
"category": "vk-simple-copy-block",
"title": "Copy Target",
Expand Down
2 changes: 1 addition & 1 deletion src/simple-copy/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/simple-copy",
"category": "vk-simple-copy-block",
"title": "Simple Copy",
Expand Down

0 comments on commit f1fe36b

Please sign in to comment.