Skip to content

Commit

Permalink
Table Block: Fixed width table cells on by default (WordPress#49672)
Browse files Browse the repository at this point in the history
* Table Block: Fixed width table cells on by default

* Add interactivity support to deprecation

* Revert some fixture changes

* Update some fixtures

* Simplify attributes

* Revert "Simplify attributes"

This reverts commit 679c662.

* Extract cell query

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: mtias <[email protected]>
  • Loading branch information
4 people authored and carstingaxion committed Mar 27, 2024
1 parent 068d289 commit d94f47a
Show file tree
Hide file tree
Showing 44 changed files with 513 additions and 219 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"attributes": {
"hasFixedLayout": {
"type": "boolean",
"default": false
"default": true
},
"caption": {
"type": "rich-text",
Expand Down
Loading

0 comments on commit d94f47a

Please sign in to comment.