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

75 lines
1.6 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",
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/pullquote",
2021-07-23 11:58:50 +02:00
"title": "Pullquote",
2020-09-15 14:29:22 +02:00
"category": "text",
2021-07-23 11:58:50 +02:00
"description": "Give special visual emphasis to a quote from your text.",
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"value": {
"type": "string",
"source": "html",
2022-12-15 17:47:31 +01:00
"selector": "p",
2021-07-23 11:58:50 +02:00
"__experimentalRole": "content"
2020-09-15 14:29:22 +02:00
},
"citation": {
"type": "string",
"source": "html",
"selector": "cite",
2021-07-23 11:58:50 +02:00
"default": "",
"__experimentalRole": "content"
2020-09-15 14:29:22 +02:00
},
2022-04-02 10:26:41 +02:00
"textAlign": {
2020-09-15 14:29:22 +02:00
"type": "string"
}
},
"supports": {
"anchor": true,
2022-04-02 10:26:41 +02:00
"align": [ "left", "right", "wide", "full" ],
"color": {
"gradients": true,
"background": true,
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": 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": {
"fontSize": true,
"fontAppearance": true
}
2021-07-23 11:58:50 +02:00
},
2022-04-02 10:26:41 +02:00
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
2022-06-16 14:03:35 +02:00
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
2022-12-15 17:47:31 +01:00
},
"__experimentalStyle": {
"typography": {
"fontSize": "1.5em",
"lineHeight": "1.6"
}
2022-04-02 10:26:41 +02:00
}
},
2021-04-27 08:32:47 +02:00
"editorStyle": "wp-block-pullquote-editor",
"style": "wp-block-pullquote"
2020-09-15 14:29:22 +02:00
}