--- a/wp/wp-includes/blocks/post-terms/block.json Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/post-terms/block.json Tue Sep 27 16:37:53 2022 +0200
@@ -1,8 +1,9 @@
{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/post-terms",
"title": "Post Terms",
- "category": "design",
+ "category": "theme",
"description": "Post terms.",
"textdomain": "default",
"attributes": {
@@ -11,6 +12,10 @@
},
"textAlign": {
"type": "string"
+ },
+ "separator": {
+ "type": "string",
+ "default": ", "
}
},
"usesContext": [ "postId", "postType" ],
@@ -18,11 +23,24 @@
"html": false,
"color": {
"gradients": true,
- "link": true
+ "link": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true,
+ "link": true
+ }
},
"typography": {
"lineHeight": true,
- "fontSize": true
+ "fontSize": true,
+ "__experimentalFontStyle": true,
+ "__experimentalFontWeight": true,
+ "__experimentalLetterSpacing": true,
+ "__experimentalTextTransform": true,
+ "__experimentalDefaultControls": {
+ "fontSize": true
+ }
}
- }
+ },
+ "style": "wp-block-post-terms"
}