initial commit
This commit is contained in:
32
hamrokhaanpaan/wp-includes/blocks/post-date/block.json
Normal file
32
hamrokhaanpaan/wp-includes/blocks/post-date/block.json
Normal file
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user