Skip to content

Commit

Permalink
Fix: Remove default dimensions controls from core/avatar. (WordPress#…
Browse files Browse the repository at this point in the history
…55596)

* Fix: Remove default dimensions controls from core/avatar.

* Run docs build

* Update packages/block-library/src/avatar/block.json

Co-authored-by: Fabian Kägy <[email protected]>

* update docs

---------

Co-authored-by: Carlos Bravo <[email protected]>
Co-authored-by: Fabian Kägy <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent 39ffb68 commit c8b55cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/avatar/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"alignWide": false,
"spacing": {
"margin": true,
"padding": true
"padding": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
},
"__experimentalBorder": {
"__experimentalSkipSerialization": true,
Expand Down

0 comments on commit c8b55cd

Please sign in to comment.