Skip to content

Commit

Permalink
Table Block: Fixed width table cells on by default (#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 Mar 21, 2024
1 parent d374e97 commit 74a06c7
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 74a06c7

Please sign in to comment.