--- a/wp/wp-includes/blocks/table/block.json Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/blocks/table/block.json Fri Sep 05 18:40:08 2025 +0200
@@ -1,6 +1,6 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 2,
+ "apiVersion": 3,
"name": "core/table",
"title": "Table",
"category": "text",
@@ -9,13 +9,12 @@
"attributes": {
"hasFixedLayout": {
"type": "boolean",
- "default": false
+ "default": true
},
"caption": {
- "type": "string",
- "source": "html",
- "selector": "figcaption",
- "default": ""
+ "type": "rich-text",
+ "source": "rich-text",
+ "selector": "figcaption"
},
"head": {
"type": "array",
@@ -30,8 +29,8 @@
"selector": "td,th",
"query": {
"content": {
- "type": "string",
- "source": "html"
+ "type": "rich-text",
+ "source": "rich-text"
},
"tag": {
"type": "string",
@@ -47,6 +46,16 @@
"type": "string",
"source": "attribute",
"attribute": "data-align"
+ },
+ "colspan": {
+ "type": "string",
+ "source": "attribute",
+ "attribute": "colspan"
+ },
+ "rowspan": {
+ "type": "string",
+ "source": "attribute",
+ "attribute": "rowspan"
}
}
}
@@ -65,8 +74,8 @@
"selector": "td,th",
"query": {
"content": {
- "type": "string",
- "source": "html"
+ "type": "rich-text",
+ "source": "rich-text"
},
"tag": {
"type": "string",
@@ -82,6 +91,16 @@
"type": "string",
"source": "attribute",
"attribute": "data-align"
+ },
+ "colspan": {
+ "type": "string",
+ "source": "attribute",
+ "attribute": "colspan"
+ },
+ "rowspan": {
+ "type": "string",
+ "source": "attribute",
+ "attribute": "rowspan"
}
}
}
@@ -100,8 +119,8 @@
"selector": "td,th",
"query": {
"content": {
- "type": "string",
- "source": "html"
+ "type": "rich-text",
+ "source": "rich-text"
},
"tag": {
"type": "string",
@@ -117,6 +136,16 @@
"type": "string",
"source": "attribute",
"attribute": "data-align"
+ },
+ "colspan": {
+ "type": "string",
+ "source": "attribute",
+ "attribute": "colspan"
+ },
+ "rowspan": {
+ "type": "string",
+ "source": "attribute",
+ "attribute": "rowspan"
}
}
}
@@ -134,13 +163,23 @@
"text": true
}
},
+ "spacing": {
+ "margin": true,
+ "padding": true,
+ "__experimentalDefaultControls": {
+ "margin": false,
+ "padding": false
+ }
+ },
"typography": {
"fontSize": true,
"lineHeight": true,
+ "__experimentalFontFamily": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
"__experimentalDefaultControls": {
"fontSize": true
}
@@ -156,7 +195,10 @@
"width": true
}
},
- "__experimentalSelector": ".wp-block-table > table"
+ "__experimentalSelector": ".wp-block-table > table",
+ "interactivity": {
+ "clientNavigation": true
+ }
},
"styles": [
{