kollapsminoriteten/wp-includes/blocks/avatar/block.json

64 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-16 14:03:35 +02:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-06-16 14:03:35 +02:00
"name": "core/avatar",
"title": "Avatar",
"category": "theme",
2023-04-26 17:39:43 +02:00
"description": "Add a users avatar.",
2022-06-16 14:03:35 +02:00
"textdomain": "default",
"attributes": {
"userId": {
"type": "number"
},
"size": {
"type": "number",
"default": 96
},
"isLink": {
"type": "boolean",
"default": false
},
"linkTarget": {
"type": "string",
"default": "_self"
}
},
"usesContext": [ "postType", "postId", "commentId" ],
"supports": {
"html": false,
"align": true,
"alignWide": false,
"spacing": {
2022-12-15 17:47:31 +01:00
"margin": true,
2024-04-17 11:32:24 +02:00
"padding": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
2022-06-16 14:03:35 +02:00
},
"__experimentalBorder": {
"__experimentalSkipSerialization": true,
"radius": true,
"width": true,
"color": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true
}
},
"color": {
"text": false,
"background": false,
"__experimentalDuotone": "img"
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2022-06-16 14:03:35 +02:00
}
},
2023-12-07 09:44:11 +01:00
"selectors": {
"border": ".wp-block-avatar img"
},
2023-09-26 10:33:34 +02:00
"editorStyle": "wp-block-avatar-editor",
2022-06-16 14:03:35 +02:00
"style": "wp-block-avatar"
}