This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+5 -5
View File
@@ -4,9 +4,13 @@
"name": "core/post-date",
"title": "Date",
"category": "theme",
"description": "Display the publish date for an entry such as a post or page.",
"description": "Display a custom date.",
"textdomain": "default",
"attributes": {
"datetime": {
"type": "string",
"role": "content"
},
"textAlign": {
"type": "string"
},
@@ -17,10 +21,6 @@
"type": "boolean",
"default": false,
"role": "content"
},
"displayType": {
"type": "string",
"default": "date"
}
},
"usesContext": [ "postId", "postType", "queryId" ],