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

57 lines
1.2 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/code",
2021-07-23 11:58:50 +02:00
"title": "Code",
2020-09-15 14:29:22 +02:00
"category": "text",
2021-07-23 11:58:50 +02:00
"description": "Display code snippets that respect your spacing and tabs.",
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"content": {
"type": "string",
2020-12-10 14:06:04 +01:00
"source": "html",
2020-09-15 14:29:22 +02:00
"selector": "code"
}
},
"supports": {
2021-04-27 08:32:47 +02:00
"anchor": true,
2021-07-23 11:58:50 +02:00
"typography": {
2022-04-02 10:26:41 +02:00
"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
}
},
"spacing": {
"margin": [ "top", "bottom" ],
"padding": true
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
2022-06-16 14:03:35 +02:00
"style": true,
"__experimentalDefaultControls": {
"width": true,
"color": true
}
2022-04-02 10:26:41 +02:00
},
"color": {
"text": true,
"background": true,
2022-06-16 14:03:35 +02:00
"gradients": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2021-07-23 11:58:50 +02:00
}
2021-04-27 08:32:47 +02:00
},
"style": "wp-block-code"
2020-09-15 14:29:22 +02:00
}