mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
31 lines
503 B
JSON
31 lines
503 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/post-date",
|
||
|
"title": "Post Date",
|
||
|
"category": "design",
|
||
|
"description": "Add the date of this post.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"textAlign": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"format": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"isLink": {
|
||
|
"type": "boolean",
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"usesContext": [ "postId", "postType" ],
|
||
|
"supports": {
|
||
|
"html": false,
|
||
|
"color": {
|
||
|
"gradients": true,
|
||
|
"link": true
|
||
|
},
|
||
|
"fontSize": true,
|
||
|
"lineHeight": true
|
||
|
}
|
||
|
}
|