kollapsminoriteten/wp-includes/blocks/post-author-name/block.json

74 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-04-26 17:39:43 +02:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2023-04-26 17:39:43 +02:00
"name": "core/post-author-name",
2023-12-07 09:44:11 +01:00
"title": "Author Name",
2023-04-26 17:39:43 +02:00
"category": "theme",
"description": "The author name.",
"textdomain": "default",
"attributes": {
"textAlign": {
"type": "string"
},
"isLink": {
"type": "boolean",
2025-04-25 12:30:07 +02:00
"default": false,
"role": "content"
2023-04-26 17:39:43 +02:00
},
"linkTarget": {
"type": "string",
2025-04-25 12:30:07 +02:00
"default": "_self",
"role": "content"
2023-04-26 17:39:43 +02:00
}
},
"usesContext": [ "postType", "postId" ],
2025-02-28 08:42:11 +01:00
"example": {
"viewportWidth": 350
},
2023-04-26 17:39:43 +02:00
"supports": {
"html": false,
"spacing": {
"margin": true,
"padding": true
},
"color": {
"gradients": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true,
"link": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2025-02-28 08:42:11 +01:00
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
2023-04-26 17:39:43 +02:00
}
2025-02-28 08:42:11 +01:00
},
"style": "wp-block-post-author-name"
2023-04-26 17:39:43 +02:00
}