Skip to content

Commit

Permalink
Avoid block toolbar appearing when interacting custom product blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Nov 11, 2024
1 parent 1f90028 commit 7759969
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion js/src/blocks/product-channel-visibility/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"supports": {
"html": false,
"inserter": false,
"lock": false
"lock": false,
"__experimentalToolbar": false
}
}
3 changes: 2 additions & 1 deletion js/src/blocks/product-date-time-field/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"supports": {
"html": false,
"inserter": false,
"lock": false
"lock": false,
"__experimentalToolbar": false
}
}
3 changes: 2 additions & 1 deletion js/src/blocks/product-onboarding-prompt/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"supports": {
"html": false,
"inserter": false,
"lock": false
"lock": false,
"__experimentalToolbar": false
}
}
3 changes: 2 additions & 1 deletion js/src/blocks/product-select-field/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"supports": {
"html": false,
"inserter": false,
"lock": false
"lock": false,
"__experimentalToolbar": false
}
}
3 changes: 2 additions & 1 deletion js/src/blocks/product-select-with-text-field/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"supports": {
"html": false,
"inserter": false,
"lock": false
"lock": false,
"__experimentalToolbar": false
}
}

0 comments on commit 7759969

Please sign in to comment.