Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add default padding tool to dimensions planning for blocks where this…
… might be a common setting
  • Loading branch information
Glen Davies committed Aug 13, 2021
commit e314d254630c0599bcb741a9c0d534d82fcc75b5
5 changes: 4 additions & 1 deletion packages/block-library/src/column/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"link": true
},
"spacing": {
"padding": true
"padding": true,
"__experimentalDefaultControls": {
"padding": true
}
}
}
}
5 changes: 4 additions & 1 deletion packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"link": true
},
"spacing": {
"padding": true
"padding": true,
"__experimentalDefaultControls": {
"padding": true
}
},
"__experimentalBorder": {
"color": true,
Expand Down