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

82 lines
1.7 KiB
JSON
Raw Permalink 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-title",
"title": "Site Title",
2022-04-02 10:26:41 +02:00
"category": "theme",
"description": "Displays the name of this site. Update the block, and the changes apply everywhere its used. This will also appear in the browser title bar and in search results.",
2021-07-23 11:58:50 +02:00
"textdomain": "default",
"attributes": {
"level": {
"type": "number",
"default": 1
},
2025-02-28 08:42:11 +01:00
"levelOptions": {
"type": "array",
"default": [ 0, 1, 2, 3, 4, 5, 6 ]
},
2021-07-23 11:58:50 +02:00
"textAlign": {
"type": "string"
2022-04-02 10:26:41 +02:00
},
"isLink": {
"type": "boolean",
2025-04-25 12:30:07 +02:00
"default": true,
"role": "content"
2022-04-02 10:26:41 +02:00
},
"linkTarget": {
"type": "string",
2025-04-25 12:30:07 +02:00
"default": "_self",
"role": "content"
2021-07-23 11:58:50 +02:00
}
},
2022-04-02 10:26:41 +02:00
"example": {
"viewportWidth": 500
},
2021-07-23 11:58:50 +02:00
"supports": {
"align": [ "wide", "full" ],
"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
},
"spacing": {
"padding": true,
2023-09-26 10:33:34 +02:00
"margin": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
2021-07-23 11:58:50 +02:00
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
2021-07-23 11:58:50 +02:00
"__experimentalFontStyle": true,
2022-04-02 10:26:41 +02:00
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
2025-02-28 08:42:11 +01:00
"__experimentalWritingMode": true,
2022-04-02 10:26:41 +02:00
"__experimentalDefaultControls": {
2024-04-17 11:32:24 +02:00
"fontSize": true
2022-04-02 10:26:41 +02:00
}
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
2021-07-23 11:58:50 +02:00
}
},
2023-04-26 17:39:43 +02:00
"editorStyle": "wp-block-site-title-editor",
"style": "wp-block-site-title"
2021-07-23 11:58:50 +02:00
}