kollapsminoriteten/wp-includes/blocks/post-date/block.json

56 lines
1.1 KiB
JSON
Raw Normal View History

2021-07-23 11:58:50 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2021-07-23 11:58:50 +02:00
"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
2022-12-15 17:47:31 +01:00
},
"displayType": {
"type": "string",
"default": "date"
2021-07-23 11:58:50 +02:00
}
},
"usesContext": [ "postId", "postType", "queryId" ],
"supports": {
"html": false,
"color": {
"gradients": true,
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true,
"link": true
}
2021-07-23 11:58:50 +02:00
},
2022-12-15 17:47:31 +01:00
"spacing": {
"margin": true,
"padding": true
},
2021-07-23 11:58:50 +02:00
"typography": {
"fontSize": true,
2022-04-02 10:26:41 +02:00
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
2022-04-02 10:26:41 +02:00
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2021-07-23 11:58:50 +02:00
}
}
}