Skip to content

Commit

Permalink
Reinstate blockGap support for the navigation block.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jan 5, 2022
1 parent 8ef4efc commit b8b8f29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/navigation/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@
}
},
"spacing": {
"units": [ "px", "em", "rem", "vh", "vw" ]
"blockGap": true,
"units": [ "px", "em", "rem", "vh", "vw" ],
"__experimentalDefaultControls": {
"blockGap": true
}
},
"__experimentalLayout": {
"allowSwitching": false,
Expand Down

0 comments on commit b8b8f29

Please sign in to comment.