kollapsminoriteten/wp-includes/blocks/site-logo/block.json

61 lines
1.2 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",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2021-07-23 11:58:50 +02:00
"name": "core/site-logo",
"title": "Site Logo",
2022-04-02 10:26:41 +02:00
"category": "theme",
2023-09-26 10:33:34 +02:00
"description": "Display an image to represent this site. Update this block and the changes apply everywhere.",
2021-07-23 11:58:50 +02:00
"textdomain": "default",
"attributes": {
"width": {
"type": "number"
},
"isLink": {
"type": "boolean",
"default": true
},
"linkTarget": {
"type": "string",
"default": "_self"
2022-04-02 10:26:41 +02:00
},
"shouldSyncIcon": {
"type": "boolean"
}
},
"example": {
"viewportWidth": 500,
"attributes": {
"width": 350,
"className": "block-editor-block-types-list__site-logo-example"
2021-07-23 11:58:50 +02:00
}
},
"supports": {
"html": false,
"align": true,
2022-04-02 10:26:41 +02:00
"alignWide": false,
"color": {
2022-06-16 14:03:35 +02:00
"__experimentalDuotone": "img, .components-placeholder__illustration, .components-placeholder::before",
2022-04-02 10:26:41 +02:00
"text": false,
"background": false
2022-12-15 17:47:31 +01:00
},
"spacing": {
"margin": true,
2023-09-26 10:33:34 +02:00
"padding": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
2022-04-02 10:26:41 +02:00
}
2021-07-23 11:58:50 +02:00
},
"styles": [
{
"name": "default",
"label": "Default",
"isDefault": true
},
{ "name": "rounded", "label": "Rounded" }
],
"editorStyle": "wp-block-site-logo-editor",
"style": "wp-block-site-logo"
}