--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/post-date/block.json Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,32 @@
+{
+ "apiVersion": 2,
+ "name": "core/post-date",
+ "title": "Post Date",
+ "category": "theme",
+ "description": "Add the date of this post.",
+ "textdomain": "default",
+ "attributes": {
+ "textAlign": {
+ "type": "string"
+ },
+ "format": {
+ "type": "string"
+ },
+ "isLink": {
+ "type": "boolean",
+ "default": false
+ }
+ },
+ "usesContext": [ "postId", "postType", "queryId" ],
+ "supports": {
+ "html": false,
+ "color": {
+ "gradients": true,
+ "link": true
+ },
+ "typography": {
+ "fontSize": true,
+ "lineHeight": true
+ }
+ }
+}