18
|
1 |
{ |
19
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18
|
3 |
"apiVersion": 2, |
|
4 |
"name": "core/cover", |
|
5 |
"title": "Cover", |
|
6 |
"category": "media", |
|
7 |
"description": "Add an image or video with a text overlay — great for headers.", |
|
8 |
"textdomain": "default", |
|
9 |
"attributes": { |
|
10 |
"url": { |
|
11 |
"type": "string" |
|
12 |
}, |
19
|
13 |
"useFeaturedImage": { |
|
14 |
"type": "boolean", |
|
15 |
"default": false |
|
16 |
}, |
18
|
17 |
"id": { |
|
18 |
"type": "number" |
|
19 |
}, |
19
|
20 |
"alt": { |
|
21 |
"type": "string", |
|
22 |
"source": "attribute", |
|
23 |
"selector": "img", |
|
24 |
"attribute": "alt", |
|
25 |
"default": "" |
|
26 |
}, |
18
|
27 |
"hasParallax": { |
|
28 |
"type": "boolean", |
|
29 |
"default": false |
|
30 |
}, |
|
31 |
"isRepeated": { |
|
32 |
"type": "boolean", |
|
33 |
"default": false |
|
34 |
}, |
|
35 |
"dimRatio": { |
|
36 |
"type": "number", |
19
|
37 |
"default": 100 |
18
|
38 |
}, |
|
39 |
"overlayColor": { |
|
40 |
"type": "string" |
|
41 |
}, |
|
42 |
"customOverlayColor": { |
|
43 |
"type": "string" |
|
44 |
}, |
|
45 |
"backgroundType": { |
|
46 |
"type": "string", |
|
47 |
"default": "image" |
|
48 |
}, |
|
49 |
"focalPoint": { |
|
50 |
"type": "object" |
|
51 |
}, |
|
52 |
"minHeight": { |
|
53 |
"type": "number" |
|
54 |
}, |
|
55 |
"minHeightUnit": { |
|
56 |
"type": "string" |
|
57 |
}, |
|
58 |
"gradient": { |
|
59 |
"type": "string" |
|
60 |
}, |
|
61 |
"customGradient": { |
|
62 |
"type": "string" |
|
63 |
}, |
|
64 |
"contentPosition": { |
|
65 |
"type": "string" |
19
|
66 |
}, |
|
67 |
"isDark": { |
|
68 |
"type": "boolean", |
|
69 |
"default": true |
|
70 |
}, |
|
71 |
"allowedBlocks": { |
|
72 |
"type": "array" |
|
73 |
}, |
|
74 |
"templateLock": { |
|
75 |
"type": [ "string", "boolean" ], |
|
76 |
"enum": [ "all", "insert", false ] |
18
|
77 |
} |
|
78 |
}, |
19
|
79 |
"usesContext": [ "postId", "postType" ], |
18
|
80 |
"supports": { |
|
81 |
"anchor": true, |
|
82 |
"align": true, |
|
83 |
"html": false, |
|
84 |
"spacing": { |
19
|
85 |
"padding": true, |
|
86 |
"__experimentalDefaultControls": { |
|
87 |
"padding": true |
|
88 |
} |
18
|
89 |
}, |
|
90 |
"color": { |
|
91 |
"__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background", |
|
92 |
"text": false, |
|
93 |
"background": false |
|
94 |
} |
|
95 |
}, |
|
96 |
"editorStyle": "wp-block-cover-editor", |
|
97 |
"style": "wp-block-cover" |
|
98 |
} |