mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
cf877c686b
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. See #61906. Built from https://develop.svn.wordpress.org/trunk@59119 git-svn-id: http://core.svn.wordpress.org/trunk@58515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
93 lines
1.9 KiB
JSON
93 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/pullquote",
|
|
"title": "Pullquote",
|
|
"category": "text",
|
|
"description": "Give special visual emphasis to a quote from your text.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"value": {
|
|
"type": "rich-text",
|
|
"source": "rich-text",
|
|
"selector": "p",
|
|
"role": "content"
|
|
},
|
|
"citation": {
|
|
"type": "rich-text",
|
|
"source": "rich-text",
|
|
"selector": "cite",
|
|
"role": "content"
|
|
},
|
|
"textAlign": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"align": [ "left", "right", "wide", "full" ],
|
|
"background": {
|
|
"backgroundImage": true,
|
|
"backgroundSize": true,
|
|
"__experimentalDefaultControls": {
|
|
"backgroundImage": true
|
|
}
|
|
},
|
|
"color": {
|
|
"gradients": true,
|
|
"background": true,
|
|
"link": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"dimensions": {
|
|
"minHeight": true,
|
|
"__experimentalDefaultControls": {
|
|
"minHeight": false
|
|
}
|
|
},
|
|
"spacing": {
|
|
"margin": true,
|
|
"padding": true
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"__experimentalBorder": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true,
|
|
"__experimentalDefaultControls": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true
|
|
}
|
|
},
|
|
"__experimentalStyle": {
|
|
"typography": {
|
|
"fontSize": "1.5em",
|
|
"lineHeight": "1.6"
|
|
}
|
|
},
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
}
|
|
},
|
|
"editorStyle": "wp-block-pullquote-editor",
|
|
"style": "wp-block-pullquote"
|
|
}
|