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

105 lines
2.1 KiB
JSON
Raw Normal View History

2020-09-15 14:29:22 +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,
2020-09-15 14:29:22 +02:00
"name": "core/quote",
2021-07-23 11:58:50 +02:00
"title": "Quote",
2020-09-15 14:29:22 +02:00
"category": "text",
2021-07-23 11:58:50 +02:00
"description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar",
"keywords": [ "blockquote", "cite" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"value": {
"type": "string",
"source": "html",
"selector": "blockquote",
"multiline": "p",
2021-07-23 11:58:50 +02:00
"default": "",
2025-02-28 08:42:11 +01:00
"role": "content"
2020-09-15 14:29:22 +02:00
},
"citation": {
2024-04-17 11:32:24 +02:00
"type": "rich-text",
"source": "rich-text",
2020-09-15 14:29:22 +02:00
"selector": "cite",
2025-02-28 08:42:11 +01:00
"role": "content"
2020-09-15 14:29:22 +02:00
},
2025-02-28 08:42:11 +01:00
"textAlign": {
2020-09-15 14:29:22 +02:00
"type": "string"
}
},
"supports": {
2022-04-02 10:26:41 +02:00
"anchor": true,
2025-02-28 08:42:11 +01:00
"align": [ "left", "right", "wide", "full" ],
2023-09-26 10:33:34 +02:00
"html": false,
2025-02-28 08:42:11 +01:00
"background": {
"backgroundImage": true,
"backgroundSize": true,
"__experimentalDefaultControls": {
"backgroundImage": true
}
},
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
"dimensions": {
"minHeight": true,
"__experimentalDefaultControls": {
"minHeight": false
}
},
2022-12-15 17:47:31 +01:00
"__experimentalOnEnter": true,
2023-12-07 09:44:11 +01:00
"__experimentalOnMerge": true,
2022-04-02 10:26:41 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontFamily": true,
2022-04-02 10:26:41 +02:00
"__experimentalFontWeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontStyle": true,
2022-04-02 10:26:41 +02:00
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": 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
}
2022-06-16 14:03:35 +02:00
},
"color": {
"gradients": true,
2023-12-07 09:44:11 +01:00
"heading": true,
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2024-04-17 11:32:24 +02:00
},
"layout": {
"allowEditing": false
},
"spacing": {
2025-02-28 08:42:11 +01:00
"blockGap": true,
"padding": true,
"margin": true
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2022-04-02 10:26:41 +02:00
}
2021-04-27 08:32:47 +02:00
},
2021-07-23 11:58:50 +02:00
"styles": [
{
"name": "default",
"label": "Default",
"isDefault": true
},
2022-06-16 14:03:35 +02:00
{ "name": "plain", "label": "Plain" }
2021-07-23 11:58:50 +02:00
],
2021-04-27 08:32:47 +02:00
"editorStyle": "wp-block-quote-editor",
"style": "wp-block-quote"
2020-09-15 14:29:22 +02:00
}