2020-07-01 14:29:03 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2020-10-20 15:36:16 +02:00
|
|
|
"apiVersion": 2,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/code",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Code",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "text",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Display code snippets that respect your spacing and tabs.",
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
2020-10-13 15:10:30 +02:00
|
|
|
"source": "html",
|
2020-07-01 14:29:03 +02:00
|
|
|
"selector": "code"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2021-01-28 03:04:13 +01:00
|
|
|
"anchor": true,
|
2021-06-08 10:09:53 +02:00
|
|
|
"typography": {
|
2021-11-08 15:29:21 +01:00
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": [ "top", "bottom" ],
|
|
|
|
"padding": true
|
|
|
|
},
|
|
|
|
"__experimentalBorder": {
|
|
|
|
"radius": true,
|
|
|
|
"color": true,
|
|
|
|
"width": true,
|
2022-04-12 17:12:47 +02:00
|
|
|
"style": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"width": true,
|
|
|
|
"color": true
|
|
|
|
}
|
2021-11-08 15:29:21 +01:00
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"text": true,
|
|
|
|
"background": true,
|
2022-04-12 17:12:47 +02:00
|
|
|
"gradients": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2021-06-08 10:09:53 +02:00
|
|
|
}
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"style": "wp-block-code"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|