mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
04f631f232
The npm packages needed updating for 6.4 to the latest. Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski Fixes #59411 Built from https://develop.svn.wordpress.org/trunk@56710 git-svn-id: http://core.svn.wordpress.org/trunk@56222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
137 lines
2.6 KiB
JSON
137 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/cover",
|
|
"title": "Cover",
|
|
"category": "media",
|
|
"description": "Add an image or video with a text overlay.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"url": {
|
|
"type": "string"
|
|
},
|
|
"useFeaturedImage": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"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", "boolean" ],
|
|
"enum": [ "all", "insert", "contentOnly", false ]
|
|
},
|
|
"tagName": {
|
|
"type": "string",
|
|
"default": "div"
|
|
}
|
|
},
|
|
"usesContext": [ "postId", "postType" ],
|
|
"supports": {
|
|
"anchor": true,
|
|
"align": true,
|
|
"html": false,
|
|
"spacing": {
|
|
"padding": true,
|
|
"margin": [ "top", "bottom" ],
|
|
"blockGap": true,
|
|
"__experimentalDefaultControls": {
|
|
"padding": true,
|
|
"blockGap": true
|
|
}
|
|
},
|
|
"__experimentalBorder": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true,
|
|
"__experimentalDefaultControls": {
|
|
"color": true,
|
|
"radius": true,
|
|
"style": true,
|
|
"width": true
|
|
}
|
|
},
|
|
"color": {
|
|
"__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background",
|
|
"heading": true,
|
|
"text": true,
|
|
"background": false,
|
|
"__experimentalSkipSerialization": [ "gradients" ],
|
|
"enableContrastChecker": false
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"layout": {
|
|
"allowJustification": false
|
|
}
|
|
},
|
|
"editorStyle": "wp-block-cover-editor",
|
|
"style": "wp-block-cover"
|
|
}
|