mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-01 19:09:12 +00:00
This brings the JS packages up to date and is the first step that will allow us to include the other block editor updates for WordPress 5.9: FSE infrastrucutre, site editor and global styles. Props noisysocks. See #54337. Built from https://develop.svn.wordpress.org/trunk@52042 git-svn-id: http://core.svn.wordpress.org/trunk@51634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
93 lines
1.6 KiB
JSON
93 lines
1.6 KiB
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/cover",
|
|
"title": "Cover",
|
|
"category": "media",
|
|
"description": "Add an image or video with a text overlay — great for headers.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"url": {
|
|
"type": "string"
|
|
},
|
|
"id": {
|
|
"type": "number"
|
|
},
|
|
"alt": {
|
|
"type": "string",
|
|
"source": "attribute",
|
|
"selector": "img",
|
|
"attribute": "alt",
|
|
"default": ""
|
|
},
|
|
"hasParallax": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"isRepeated": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"dimRatio": {
|
|
"type": "number",
|
|
"default": 100
|
|
},
|
|
"overlayColor": {
|
|
"type": "string"
|
|
},
|
|
"customOverlayColor": {
|
|
"type": "string"
|
|
},
|
|
"backgroundType": {
|
|
"type": "string",
|
|
"default": "image"
|
|
},
|
|
"focalPoint": {
|
|
"type": "object"
|
|
},
|
|
"minHeight": {
|
|
"type": "number"
|
|
},
|
|
"minHeightUnit": {
|
|
"type": "string"
|
|
},
|
|
"gradient": {
|
|
"type": "string"
|
|
},
|
|
"customGradient": {
|
|
"type": "string"
|
|
},
|
|
"contentPosition": {
|
|
"type": "string"
|
|
},
|
|
"isDark": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"allowedBlocks": {
|
|
"type": "array"
|
|
},
|
|
"templateLock": {
|
|
"type": "string",
|
|
"enum": [ "all", "insert", false ]
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"align": true,
|
|
"html": false,
|
|
"spacing": {
|
|
"padding": true,
|
|
"__experimentalDefaultControls": {
|
|
"padding": true
|
|
}
|
|
},
|
|
"color": {
|
|
"__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background",
|
|
"text": false,
|
|
"background": false
|
|
}
|
|
},
|
|
"editorStyle": "wp-block-cover-editor",
|
|
"style": "wp-block-cover"
|
|
}
|