ai-assistant
1 year ago
ai-chat
1 month ago
blog-stats
2 years ago
blogging-prompt
1 month ago
blogroll
1 month ago
business-hours
1 month ago
button
1 month ago
calendly
1 month ago
contact-info
1 month ago
cookie-consent
1 month ago
donations
1 week ago
editor-assets
7 months ago
eventbrite
1 month ago
gif
1 month ago
goodreads
1 month ago
google-calendar
1 month ago
google-docs-embed
1 month ago
image-compare
1 month ago
images
2 months ago
instagram-gallery
1 month ago
like
1 year ago
mailchimp
1 month ago
map
1 month ago
markdown
2 years ago
nextdoor
1 month ago
opentable
1 month ago
payment-buttons
1 month ago
payments-intro
2 years ago
paywall
2 years ago
pinterest
2 years ago
podcast-player
1 month ago
premium-content
1 month ago
rating-star
1 month ago
recipe
1 month ago
recurring-payments
1 week ago
related-posts
2 years ago
repeat-visitor
4 months ago
send-a-message
1 week ago
sharing-button
1 month ago
sharing-buttons
1 month ago
slideshow
1 month ago
story
1 week ago
subscriber-login
2 years ago
subscriptions
1 week ago
tiled-gallery
1 week ago
tock
1 month ago
top-posts
1 month ago
voice-to-content
2 years ago
wordads
2 years ago
blocks-manifest.php
1 month ago
components.css
1 month ago
components.js.LICENSE.txt
2 days ago
components.rtl.css
1 month ago
editor-beta.asset.php
2 days ago
editor-beta.css
1 week ago
editor-beta.js
2 days ago
editor-beta.js.LICENSE.txt
5 months ago
editor-beta.rtl.css
1 week ago
editor-experimental.asset.php
2 days ago
editor-experimental.css
1 week ago
editor-experimental.js
2 days ago
editor-experimental.js.LICENSE.txt
7 months ago
editor-experimental.rtl.css
1 week ago
editor-no-post-editor.asset.php
2 days ago
editor-no-post-editor.css
1 month ago
editor-no-post-editor.js
2 days ago
editor-no-post-editor.js.LICENSE.txt
7 months ago
editor-no-post-editor.rtl.css
1 month ago
editor.asset.php
2 days ago
editor.css
1 week ago
editor.js
2 days ago
editor.js.LICENSE.txt
7 months ago
editor.rtl.css
1 week ago
frontend-nudge.html
7 months ago
index.json
1 week ago
swiper.asset.php
1 month ago
swiper.css
4 months ago
swiper.js
1 month ago
swiper.rtl.css
4 months ago
upgrade-nudge.html
7 months ago
blocks-manifest.php
3930 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Generated block metadata manifest. |
| 4 | * @generated This file is generated. Do not modify it manually. |
| 5 | */ |
| 6 | |
| 7 | return array ( |
| 8 | 'ai-assistant' => |
| 9 | array ( |
| 10 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 11 | 'apiVersion' => 3, |
| 12 | 'name' => 'jetpack/ai-assistant', |
| 13 | 'title' => 'AI Assistant', |
| 14 | 'description' => 'Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.', |
| 15 | 'keywords' => |
| 16 | array ( |
| 17 | 0 => 'AI', |
| 18 | 1 => 'GPT', |
| 19 | 2 => 'AL', |
| 20 | 3 => 'Magic', |
| 21 | 4 => 'help', |
| 22 | 5 => 'assistant', |
| 23 | ), |
| 24 | 'version' => '12.5.0', |
| 25 | 'textdomain' => 'jetpack', |
| 26 | 'category' => 'text', |
| 27 | 'icon' => '<svg viewBox=\'0 0 32 32\' width=\'32\' height=\'32\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z\'/><path d=\'M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z\'/><path d=\'M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z\'/></svg>', |
| 28 | 'supports' => |
| 29 | array ( |
| 30 | 'html' => false, |
| 31 | 'multiple' => true, |
| 32 | 'reusable' => false, |
| 33 | ), |
| 34 | 'attributes' => |
| 35 | array ( |
| 36 | 'content' => |
| 37 | array ( |
| 38 | 'type' => 'string', |
| 39 | ), |
| 40 | 'originalContent' => |
| 41 | array ( |
| 42 | 'type' => 'string', |
| 43 | ), |
| 44 | 'promptType' => |
| 45 | array ( |
| 46 | 'type' => 'string', |
| 47 | ), |
| 48 | 'originalMessages' => |
| 49 | array ( |
| 50 | 'type' => 'array', |
| 51 | 'default' => |
| 52 | array ( |
| 53 | ), |
| 54 | ), |
| 55 | 'messages' => |
| 56 | array ( |
| 57 | 'type' => 'array', |
| 58 | 'default' => |
| 59 | array ( |
| 60 | ), |
| 61 | ), |
| 62 | 'userPrompt' => |
| 63 | array ( |
| 64 | 'type' => 'string', |
| 65 | 'default' => '', |
| 66 | ), |
| 67 | 'requestingState' => |
| 68 | array ( |
| 69 | 'type' => 'string', |
| 70 | 'default' => 'init', |
| 71 | ), |
| 72 | 'preTransformAction' => |
| 73 | array ( |
| 74 | 'type' => 'string', |
| 75 | 'default' => NULL, |
| 76 | ), |
| 77 | ), |
| 78 | 'example' => |
| 79 | array ( |
| 80 | 'attributes' => |
| 81 | array ( |
| 82 | 'content' => 'With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements. |
| 83 | |
| 84 | To start using the **Jetpack AI Assistant**, type `/AI` in the block editor.', |
| 85 | ), |
| 86 | ), |
| 87 | 'editorScript' => 'jetpack-blocks-editor', |
| 88 | ), |
| 89 | 'ai-chat' => |
| 90 | array ( |
| 91 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 92 | 'apiVersion' => 3, |
| 93 | 'name' => 'jetpack/ai-chat', |
| 94 | 'title' => 'Jetpack AI Search', |
| 95 | 'description' => 'Provide a summarized answer to questions, trained on the sites content. Powered by AI.', |
| 96 | 'keywords' => |
| 97 | array ( |
| 98 | 0 => 'AI', |
| 99 | 1 => 'GPT', |
| 100 | 2 => 'Chat', |
| 101 | 3 => 'Search', |
| 102 | ), |
| 103 | 'version' => '12.5.0', |
| 104 | 'textdomain' => 'jetpack', |
| 105 | 'category' => 'text', |
| 106 | 'icon' => '<svg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' xmlns=\'http://www.w3.org/2000/svg\'><path fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M6.96774 8C6.96774 9.1402 6.04343 10.0645 4.90323 10.0645C3.76303 10.0645 2.83871 9.1402 2.83871 8C2.83871 6.8598 3.76303 5.93548 4.90323 5.93548C6.04343 5.93548 6.96774 6.8598 6.96774 8ZM5.41935 8C5.41935 8.28505 5.18828 8.51613 4.90323 8.51613C4.61818 8.51613 4.3871 8.28505 4.3871 8C4.3871 7.71495 4.61818 7.48387 4.90323 7.48387C5.18828 7.48387 5.41935 7.71495 5.41935 8Z\'/><path fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M11.0968 10.0645C12.237 10.0645 13.1613 9.1402 13.1613 8C13.1613 6.8598 12.237 5.93548 11.0968 5.93548C9.95657 5.93548 9.03226 6.8598 9.03226 8C9.03226 9.1402 9.95657 10.0645 11.0968 10.0645ZM11.0968 8.51613C11.3818 8.51613 11.6129 8.28505 11.6129 8C11.6129 7.71495 11.3818 7.48387 11.0968 7.48387C10.8117 7.48387 10.5806 7.71495 10.5806 8C10.5806 8.28505 10.8117 8.51613 11.0968 8.51613Z\'/><path d=\'M5.93548 11.3548C5.50791 11.3548 5.16129 11.7015 5.16129 12.129C5.16129 12.5566 5.50791 12.9032 5.93548 12.9032H10.0645C10.4921 12.9032 10.8387 12.5566 10.8387 12.129C10.8387 11.7015 10.4921 11.3548 10.0645 11.3548H5.93548Z\'/><path fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M8.77419 0.774194C8.77419 0.346618 8.42758 0 8 0C7.57242 0 7.22581 0.346618 7.22581 0.774194V3.09677H4.90323C2.19525 3.09677 0 5.29202 0 8V11.0968C0 13.8048 2.19525 16 4.90323 16H11.0968C13.8048 16 16 13.8048 16 11.0968V8C16 5.29202 13.8048 3.09677 11.0968 3.09677H8.77419V0.774194ZM1.54839 8C1.54839 6.14717 3.0504 4.64516 4.90323 4.64516H11.0968C12.9496 4.64516 14.4516 6.14717 14.4516 8V11.0968C14.4516 12.9496 12.9496 14.4516 11.0968 14.4516H4.90323C3.0504 14.4516 1.54839 12.9496 1.54839 11.0968V8Z\'/></svg>', |
| 107 | 'supports' => |
| 108 | array ( |
| 109 | 'align' => true, |
| 110 | 'alignWide' => true, |
| 111 | 'customClassName' => true, |
| 112 | 'className' => true, |
| 113 | 'html' => false, |
| 114 | 'multiple' => false, |
| 115 | 'reusable' => false, |
| 116 | ), |
| 117 | 'attributes' => |
| 118 | array ( |
| 119 | 'askButtonLabel' => |
| 120 | array ( |
| 121 | 'type' => 'string', |
| 122 | ), |
| 123 | 'placeholder' => |
| 124 | array ( |
| 125 | 'type' => 'string', |
| 126 | ), |
| 127 | 'showCopy' => |
| 128 | array ( |
| 129 | 'type' => 'boolean', |
| 130 | 'default' => true, |
| 131 | ), |
| 132 | 'showFeedback' => |
| 133 | array ( |
| 134 | 'type' => 'boolean', |
| 135 | 'default' => true, |
| 136 | ), |
| 137 | 'showSources' => |
| 138 | array ( |
| 139 | 'type' => 'boolean', |
| 140 | 'default' => true, |
| 141 | ), |
| 142 | ), |
| 143 | 'editorScript' => 'jetpack-blocks-editor', |
| 144 | ), |
| 145 | 'blog-stats' => |
| 146 | array ( |
| 147 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 148 | 'apiVersion' => 3, |
| 149 | 'name' => 'jetpack/blog-stats', |
| 150 | 'title' => 'Blog Stats', |
| 151 | 'description' => 'Show a stats counter for your blog.', |
| 152 | 'keywords' => |
| 153 | array ( |
| 154 | 0 => 'views', |
| 155 | 1 => 'hits', |
| 156 | 2 => 'analytics', |
| 157 | 3 => 'counter', |
| 158 | 4 => 'visitors', |
| 159 | ), |
| 160 | 'version' => '1.0', |
| 161 | 'textdomain' => 'jetpack', |
| 162 | 'category' => 'grow', |
| 163 | 'icon' => '<svg xmlns=\'http://www.w3.org/2000/svg\' height=\'24\' viewBox=\'0 -960 960 960\' width=\'24\'><path d=\'M160-200h160v-320H160v320Zm240 0h160v-560H400v560Zm240 0h160v-240H640v240ZM80-120v-480h240v-240h320v320h240v400H80Z\'/></svg>', |
| 164 | 'supports' => |
| 165 | array ( |
| 166 | 'align' => true, |
| 167 | 'alignWide' => true, |
| 168 | 'html' => false, |
| 169 | 'multiple' => true, |
| 170 | 'reusable' => true, |
| 171 | 'color' => |
| 172 | array ( |
| 173 | 'gradients' => true, |
| 174 | ), |
| 175 | 'spacing' => |
| 176 | array ( |
| 177 | 'margin' => true, |
| 178 | 'padding' => true, |
| 179 | ), |
| 180 | 'typography' => |
| 181 | array ( |
| 182 | '__experimentalFontFamily' => true, |
| 183 | 'fontSize' => true, |
| 184 | ), |
| 185 | ), |
| 186 | 'attributes' => |
| 187 | array ( |
| 188 | 'label' => |
| 189 | array ( |
| 190 | 'type' => 'string', |
| 191 | ), |
| 192 | 'statsData' => |
| 193 | array ( |
| 194 | 'type' => 'string', |
| 195 | 'default' => 'views', |
| 196 | ), |
| 197 | 'statsOption' => |
| 198 | array ( |
| 199 | 'type' => 'string', |
| 200 | 'default' => 'site', |
| 201 | ), |
| 202 | ), |
| 203 | 'editorScript' => 'jetpack-blocks-editor', |
| 204 | ), |
| 205 | 'blogging-prompt' => |
| 206 | array ( |
| 207 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 208 | 'apiVersion' => 3, |
| 209 | 'name' => 'jetpack/blogging-prompt', |
| 210 | 'title' => 'Writing Prompt', |
| 211 | 'description' => 'Answer a new and inspiring writing prompt each day.', |
| 212 | 'keywords' => |
| 213 | array ( |
| 214 | 0 => 'writing', |
| 215 | 1 => 'blogging', |
| 216 | ), |
| 217 | 'version' => '12.5.0', |
| 218 | 'textdomain' => 'jetpack', |
| 219 | 'category' => 'text', |
| 220 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M14.3438 19.3438H9.65625C9.57031 19.3438 9.5 19.4141 9.5 19.5V20.125C9.5 20.4707 9.7793 20.75 10.125 20.75H13.875C14.2207 20.75 14.5 20.4707 14.5 20.125V19.5C14.5 19.4141 14.4297 19.3438 14.3438 19.3438ZM12 3.25C8.46289 3.25 5.59375 6.11914 5.59375 9.65625C5.59375 12.0273 6.88281 14.0977 8.79688 15.2051V17.4688C8.79688 17.8145 9.07617 18.0938 9.42188 18.0938H14.5781C14.9238 18.0938 15.2031 17.8145 15.2031 17.4688V15.2051C17.1172 14.0977 18.4062 12.0273 18.4062 9.65625C18.4062 6.11914 15.5371 3.25 12 3.25ZM14.498 13.9883L13.7969 14.3945V16.6875H10.2031V14.3945L9.50195 13.9883C7.96484 13.0996 7 11.4629 7 9.65625C7 6.89453 9.23828 4.65625 12 4.65625C14.7617 4.65625 17 6.89453 17 9.65625C17 11.4629 16.0352 13.0996 14.498 13.9883Z\' stroke-width=\'0.1\'/></svg>', |
| 221 | 'supports' => |
| 222 | array ( |
| 223 | 'align' => false, |
| 224 | 'alignWide' => false, |
| 225 | 'anchor' => false, |
| 226 | 'className' => true, |
| 227 | 'color' => |
| 228 | array ( |
| 229 | 'background' => true, |
| 230 | 'gradients' => true, |
| 231 | 'link' => true, |
| 232 | 'text' => true, |
| 233 | ), |
| 234 | 'customClassName' => true, |
| 235 | 'html' => false, |
| 236 | 'inserter' => true, |
| 237 | 'multiple' => false, |
| 238 | 'reusable' => true, |
| 239 | 'spacing' => |
| 240 | array ( |
| 241 | 'margin' => |
| 242 | array ( |
| 243 | 0 => 'top', |
| 244 | 1 => 'bottom', |
| 245 | ), |
| 246 | 'padding' => true, |
| 247 | 'blockGap' => false, |
| 248 | ), |
| 249 | ), |
| 250 | 'attributes' => |
| 251 | array ( |
| 252 | 'answersLink' => |
| 253 | array ( |
| 254 | 'type' => 'string', |
| 255 | 'source' => 'attribute', |
| 256 | 'attribute' => 'href', |
| 257 | 'selector' => '.jetpack-blogging-prompt__answers-link', |
| 258 | ), |
| 259 | 'answersLinkText' => |
| 260 | array ( |
| 261 | 'type' => 'string', |
| 262 | 'source' => 'html', |
| 263 | 'selector' => '.jetpack-blogging-prompt__answers-link', |
| 264 | ), |
| 265 | 'gravatars' => |
| 266 | array ( |
| 267 | 'type' => 'array', |
| 268 | 'source' => 'query', |
| 269 | 'selector' => '.jetpack-blogging-prompt__answers-gravatar', |
| 270 | 'query' => |
| 271 | array ( |
| 272 | 'url' => |
| 273 | array ( |
| 274 | 'type' => 'string', |
| 275 | 'source' => 'attribute', |
| 276 | 'attribute' => 'src', |
| 277 | ), |
| 278 | ), |
| 279 | 'default' => |
| 280 | array ( |
| 281 | ), |
| 282 | ), |
| 283 | 'promptLabel' => |
| 284 | array ( |
| 285 | 'type' => 'string', |
| 286 | 'source' => 'html', |
| 287 | 'selector' => '.jetpack-blogging-prompt__label', |
| 288 | ), |
| 289 | 'promptText' => |
| 290 | array ( |
| 291 | 'type' => 'string', |
| 292 | 'source' => 'html', |
| 293 | 'selector' => '.jetpack-blogging-prompt__text', |
| 294 | ), |
| 295 | 'promptFetched' => |
| 296 | array ( |
| 297 | 'type' => 'boolean', |
| 298 | 'default' => false, |
| 299 | ), |
| 300 | 'promptId' => |
| 301 | array ( |
| 302 | 'type' => 'number', |
| 303 | ), |
| 304 | 'showResponses' => |
| 305 | array ( |
| 306 | 'type' => 'boolean', |
| 307 | 'default' => true, |
| 308 | ), |
| 309 | 'showLabel' => |
| 310 | array ( |
| 311 | 'type' => 'boolean', |
| 312 | 'default' => true, |
| 313 | ), |
| 314 | 'tagsAdded' => |
| 315 | array ( |
| 316 | 'type' => 'boolean', |
| 317 | 'default' => false, |
| 318 | ), |
| 319 | 'isBloganuary' => |
| 320 | array ( |
| 321 | 'type' => 'boolean', |
| 322 | 'default' => false, |
| 323 | ), |
| 324 | ), |
| 325 | 'styles' => |
| 326 | array ( |
| 327 | 0 => |
| 328 | array ( |
| 329 | 'name' => 'block', |
| 330 | 'label' => 'Block', |
| 331 | 'isDefault' => true, |
| 332 | ), |
| 333 | 1 => |
| 334 | array ( |
| 335 | 'name' => 'quote', |
| 336 | 'label' => 'Quote', |
| 337 | ), |
| 338 | ), |
| 339 | 'editorScript' => 'jetpack-blocks-editor', |
| 340 | ), |
| 341 | 'blogroll' => |
| 342 | array ( |
| 343 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 344 | 'apiVersion' => 3, |
| 345 | 'name' => 'jetpack/blogroll', |
| 346 | 'title' => 'Blogroll', |
| 347 | 'description' => 'Share the sites you follow with your users.', |
| 348 | 'keywords' => |
| 349 | array ( |
| 350 | ), |
| 351 | 'version' => '12.5.0', |
| 352 | 'textdomain' => 'jetpack', |
| 353 | 'category' => 'grow', |
| 354 | 'icon' => '<svg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M4.08691 16.2412H20.0869V14.7412H4.08691V16.2412Z\'></path><path d=\'M4.08691 20.2412H13.0869V18.7412H4.08691V20.2412Z\'></path><path fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M4.08691 8.17871C4.08691 6.00409 5.84979 4.24121 8.02441 4.24121C10.199 4.24121 11.9619 6.00409 11.9619 8.17871C11.9619 10.3533 10.199 12.1162 8.02441 12.1162C5.84979 12.1162 4.08691 10.3533 4.08691 8.17871ZM5.10729 6.71621C5.51231 5.90991 6.2418 5.29471 7.12439 5.04194C6.91534 5.28455 6.73551 5.57108 6.58869 5.88606C6.46938 6.14205 6.36999 6.42056 6.29338 6.71621H5.10729ZM4.85759 7.39121C4.79508 7.64341 4.76191 7.90719 4.76191 8.17871C4.76191 8.45024 4.79508 8.71401 4.85759 8.96621H6.16284C6.12938 8.71126 6.11192 8.44782 6.11192 8.1787C6.11192 7.90956 6.12938 7.64614 6.16284 7.39121H4.85759ZM6.84439 7.39121C6.80693 7.64285 6.78692 7.90651 6.78692 8.1787C6.78692 8.45091 6.80694 8.71459 6.84439 8.96621H9.20444C9.2419 8.71458 9.26192 8.45091 9.26192 8.17873C9.26192 7.90653 9.2419 7.64285 9.20444 7.39121H6.84439ZM9.88599 7.39121C9.91945 7.64615 9.93692 7.90958 9.93692 8.17873C9.93692 8.44786 9.91945 8.71128 9.88599 8.96621H11.1912C11.2537 8.71401 11.2869 8.45024 11.2869 8.17871C11.2869 7.90719 11.2537 7.64341 11.1912 7.39121H9.88599ZM10.9415 6.71621H9.75544C9.67883 6.42057 9.57945 6.14207 9.46014 5.88609C9.31332 5.5711 9.13347 5.28455 8.92441 5.04193C9.80702 5.29469 10.5365 5.9099 10.9415 6.71621ZM9.05465 6.71621H6.99417C7.05245 6.52254 7.12177 6.34014 7.2005 6.17123C7.42342 5.69296 7.71302 5.34019 8.02439 5.13337C8.33578 5.34019 8.6254 5.69297 8.84833 6.17126C8.92706 6.34016 8.99637 6.52255 9.05465 6.71621ZM5.10729 9.64121H6.29339C6.37419 9.95305 6.48034 10.2458 6.6085 10.5132C6.75142 10.8114 6.92452 11.0835 7.12445 11.3155C6.24183 11.0627 5.51232 10.4475 5.10729 9.64121ZM9.05466 9.64121H6.99418C7.05655 9.84847 7.13156 10.0428 7.21721 10.2215C7.43825 10.6827 7.72115 11.0226 8.02446 11.224C8.33582 11.0172 8.62541 10.6645 8.84833 10.1862C8.92706 10.0173 8.99638 9.83488 9.05466 9.64121ZM9.46014 10.4714C9.57945 10.2154 9.67884 9.93686 9.75545 9.64121H10.9415C10.5365 10.4475 9.80703 11.0627 8.92444 11.3155C9.13349 11.0729 9.31332 10.7863 9.46014 10.4714Z\'></path></svg>', |
| 355 | 'supports' => |
| 356 | array ( |
| 357 | 'align' => false, |
| 358 | 'alignWide' => true, |
| 359 | 'anchor' => false, |
| 360 | 'customClassName' => true, |
| 361 | 'className' => true, |
| 362 | 'html' => false, |
| 363 | 'multiple' => true, |
| 364 | 'reusable' => true, |
| 365 | 'color' => |
| 366 | array ( |
| 367 | 'link' => true, |
| 368 | 'gradients' => true, |
| 369 | ), |
| 370 | 'spacing' => |
| 371 | array ( |
| 372 | 'padding' => true, |
| 373 | 'margin' => true, |
| 374 | ), |
| 375 | 'typography' => |
| 376 | array ( |
| 377 | 'fontSize' => true, |
| 378 | 'lineHeight' => true, |
| 379 | ), |
| 380 | ), |
| 381 | 'attributes' => |
| 382 | array ( |
| 383 | 'show_avatar' => |
| 384 | array ( |
| 385 | 'type' => 'boolean', |
| 386 | 'default' => true, |
| 387 | ), |
| 388 | 'show_description' => |
| 389 | array ( |
| 390 | 'type' => 'boolean', |
| 391 | 'default' => true, |
| 392 | ), |
| 393 | 'open_links_new_window' => |
| 394 | array ( |
| 395 | 'type' => 'boolean', |
| 396 | 'default' => true, |
| 397 | ), |
| 398 | 'ignore_user_blogs' => |
| 399 | array ( |
| 400 | 'type' => 'boolean', |
| 401 | 'default' => true, |
| 402 | ), |
| 403 | 'load_placeholders' => |
| 404 | array ( |
| 405 | 'type' => 'boolean', |
| 406 | 'default' => true, |
| 407 | ), |
| 408 | ), |
| 409 | 'providesContext' => |
| 410 | array ( |
| 411 | 'showAvatar' => 'show_avatar', |
| 412 | 'showDescription' => 'show_description', |
| 413 | 'openLinksNewWindow' => 'open_links_new_window', |
| 414 | ), |
| 415 | 'editorScript' => 'jetpack-blocks-editor', |
| 416 | ), |
| 417 | 'business-hours' => |
| 418 | array ( |
| 419 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 420 | 'apiVersion' => 3, |
| 421 | 'name' => 'jetpack/business-hours', |
| 422 | 'title' => 'Business Hours', |
| 423 | 'description' => 'Display opening hours for your business.', |
| 424 | 'keywords' => |
| 425 | array ( |
| 426 | 0 => 'opening hours', |
| 427 | 1 => 'closing time', |
| 428 | 2 => 'schedule', |
| 429 | 3 => 'working day', |
| 430 | ), |
| 431 | 'version' => '12.5.0', |
| 432 | 'textdomain' => 'jetpack', |
| 433 | 'category' => 'grow', |
| 434 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\'/></svg>', |
| 435 | 'supports' => |
| 436 | array ( |
| 437 | 'html' => true, |
| 438 | 'color' => |
| 439 | array ( |
| 440 | 'gradients' => true, |
| 441 | ), |
| 442 | 'spacing' => |
| 443 | array ( |
| 444 | 'margin' => true, |
| 445 | 'padding' => true, |
| 446 | ), |
| 447 | 'typography' => |
| 448 | array ( |
| 449 | 'fontSize' => true, |
| 450 | 'lineHeight' => true, |
| 451 | ), |
| 452 | 'align' => |
| 453 | array ( |
| 454 | 0 => 'wide', |
| 455 | 1 => 'full', |
| 456 | ), |
| 457 | ), |
| 458 | 'attributes' => |
| 459 | array ( |
| 460 | 'days' => |
| 461 | array ( |
| 462 | 'type' => 'array', |
| 463 | 'default' => |
| 464 | array ( |
| 465 | 0 => |
| 466 | array ( |
| 467 | 'name' => 'Sun', |
| 468 | 'hours' => |
| 469 | array ( |
| 470 | ), |
| 471 | ), |
| 472 | 1 => |
| 473 | array ( |
| 474 | 'name' => 'Mon', |
| 475 | 'hours' => |
| 476 | array ( |
| 477 | 0 => |
| 478 | array ( |
| 479 | 'opening' => '09:00', |
| 480 | 'closing' => '17:00', |
| 481 | ), |
| 482 | ), |
| 483 | ), |
| 484 | 2 => |
| 485 | array ( |
| 486 | 'name' => 'Tue', |
| 487 | 'hours' => |
| 488 | array ( |
| 489 | 0 => |
| 490 | array ( |
| 491 | 'opening' => '09:00', |
| 492 | 'closing' => '17:00', |
| 493 | ), |
| 494 | ), |
| 495 | ), |
| 496 | 3 => |
| 497 | array ( |
| 498 | 'name' => 'Wed', |
| 499 | 'hours' => |
| 500 | array ( |
| 501 | 0 => |
| 502 | array ( |
| 503 | 'opening' => '09:00', |
| 504 | 'closing' => '17:00', |
| 505 | ), |
| 506 | ), |
| 507 | ), |
| 508 | 4 => |
| 509 | array ( |
| 510 | 'name' => 'Thu', |
| 511 | 'hours' => |
| 512 | array ( |
| 513 | 0 => |
| 514 | array ( |
| 515 | 'opening' => '09:00', |
| 516 | 'closing' => '17:00', |
| 517 | ), |
| 518 | ), |
| 519 | ), |
| 520 | 5 => |
| 521 | array ( |
| 522 | 'name' => 'Fri', |
| 523 | 'hours' => |
| 524 | array ( |
| 525 | 0 => |
| 526 | array ( |
| 527 | 'opening' => '09:00', |
| 528 | 'closing' => '17:00', |
| 529 | ), |
| 530 | ), |
| 531 | ), |
| 532 | 6 => |
| 533 | array ( |
| 534 | 'name' => 'Sat', |
| 535 | 'hours' => |
| 536 | array ( |
| 537 | ), |
| 538 | ), |
| 539 | ), |
| 540 | ), |
| 541 | ), |
| 542 | 'example' => |
| 543 | array ( |
| 544 | 'attributes' => |
| 545 | array ( |
| 546 | 'days' => |
| 547 | array ( |
| 548 | 0 => |
| 549 | array ( |
| 550 | 'name' => 'Sun', |
| 551 | 'hours' => |
| 552 | array ( |
| 553 | ), |
| 554 | ), |
| 555 | 1 => |
| 556 | array ( |
| 557 | 'name' => 'Mon', |
| 558 | 'hours' => |
| 559 | array ( |
| 560 | 0 => |
| 561 | array ( |
| 562 | 'opening' => '09:00', |
| 563 | 'closing' => '17:00', |
| 564 | ), |
| 565 | ), |
| 566 | ), |
| 567 | 2 => |
| 568 | array ( |
| 569 | 'name' => 'Tue', |
| 570 | 'hours' => |
| 571 | array ( |
| 572 | 0 => |
| 573 | array ( |
| 574 | 'opening' => '09:00', |
| 575 | 'closing' => '17:00', |
| 576 | ), |
| 577 | ), |
| 578 | ), |
| 579 | 3 => |
| 580 | array ( |
| 581 | 'name' => 'Wed', |
| 582 | 'hours' => |
| 583 | array ( |
| 584 | 0 => |
| 585 | array ( |
| 586 | 'opening' => '09:00', |
| 587 | 'closing' => '17:00', |
| 588 | ), |
| 589 | ), |
| 590 | ), |
| 591 | 4 => |
| 592 | array ( |
| 593 | 'name' => 'Thu', |
| 594 | 'hours' => |
| 595 | array ( |
| 596 | 0 => |
| 597 | array ( |
| 598 | 'opening' => '09:00', |
| 599 | 'closing' => '17:00', |
| 600 | ), |
| 601 | ), |
| 602 | ), |
| 603 | 5 => |
| 604 | array ( |
| 605 | 'name' => 'Fri', |
| 606 | 'hours' => |
| 607 | array ( |
| 608 | 0 => |
| 609 | array ( |
| 610 | 'opening' => '09:00', |
| 611 | 'closing' => '17:00', |
| 612 | ), |
| 613 | ), |
| 614 | ), |
| 615 | 6 => |
| 616 | array ( |
| 617 | 'name' => 'Sat', |
| 618 | 'hours' => |
| 619 | array ( |
| 620 | ), |
| 621 | ), |
| 622 | ), |
| 623 | ), |
| 624 | ), |
| 625 | 'editorScript' => 'jetpack-blocks-editor', |
| 626 | ), |
| 627 | 'calendly' => |
| 628 | array ( |
| 629 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 630 | 'apiVersion' => 3, |
| 631 | 'name' => 'jetpack/calendly', |
| 632 | 'title' => 'Calendly', |
| 633 | 'description' => 'Embed a calendar for customers to schedule appointments.', |
| 634 | 'keywords' => |
| 635 | array ( |
| 636 | 0 => 'calendar', |
| 637 | 1 => 'schedule', |
| 638 | 2 => 'appointments', |
| 639 | 3 => 'events', |
| 640 | 4 => 'dates', |
| 641 | ), |
| 642 | 'version' => '12.5.0', |
| 643 | 'textdomain' => 'jetpack', |
| 644 | 'category' => 'grow', |
| 645 | 'icon' => '<svg viewBox=\'0 0 23 24\' width=\'23\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M19,1h-2.3v0c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v0H8.6v0c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v0H4C1.8,1,0,2.8,0,5 v15c0,2.2,1.8,4,4,4h15c2.2,0,4-1.8,4-4V5C23,2.8,21.2,1,19,1z M21,20c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h2.6 v0.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V3h6.1v0.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V3H19c1.1,0,2,0.9,2,2V20z M13.9,14.8l1.4,1.4 c-0.9,0.9-2.1,1.3-3.5,1.3c-2.4,0-4.5-2.1-4.5-4.7s2.1-4.7,4.5-4.7c1.4,0,2.5,0.4,3.4,1.1L14,10.9c-0.5-0.4-1.2-0.6-2.1-0.6 c-1.2,0-2.5,1.1-2.5,2.7c0,1.6,1.3,2.7,2.5,2.7C12.7,15.5,13.4,15.3,13.9,14.8z\'/></svg>', |
| 646 | 'supports' => |
| 647 | array ( |
| 648 | 'align' => true, |
| 649 | 'alignWide' => false, |
| 650 | 'html' => false, |
| 651 | ), |
| 652 | 'attributes' => |
| 653 | array ( |
| 654 | 'backgroundColor' => |
| 655 | array ( |
| 656 | 'type' => 'string', |
| 657 | 'default' => 'ffffff', |
| 658 | ), |
| 659 | 'hideEventTypeDetails' => |
| 660 | array ( |
| 661 | 'type' => 'boolean', |
| 662 | 'default' => false, |
| 663 | ), |
| 664 | 'primaryColor' => |
| 665 | array ( |
| 666 | 'type' => 'string', |
| 667 | 'default' => '00A2FF', |
| 668 | ), |
| 669 | 'textColor' => |
| 670 | array ( |
| 671 | 'type' => 'string', |
| 672 | 'default' => '4D5055', |
| 673 | ), |
| 674 | 'style' => |
| 675 | array ( |
| 676 | 'type' => 'string', |
| 677 | 'default' => 'inline', |
| 678 | 'enum' => |
| 679 | array ( |
| 680 | 0 => 'inline', |
| 681 | 1 => 'link', |
| 682 | ), |
| 683 | ), |
| 684 | 'url' => |
| 685 | array ( |
| 686 | 'type' => 'string', |
| 687 | ), |
| 688 | ), |
| 689 | 'example' => |
| 690 | array ( |
| 691 | 'attributes' => |
| 692 | array ( |
| 693 | 'hideEventTypeDetails' => false, |
| 694 | 'style' => 'inline', |
| 695 | 'url' => 'https://calendly.com/wpcom/jetpack-block-example', |
| 696 | ), |
| 697 | 'innerBlocks' => |
| 698 | array ( |
| 699 | 0 => |
| 700 | array ( |
| 701 | 'name' => 'jetpack/button', |
| 702 | 'attributes' => |
| 703 | array ( |
| 704 | 'element' => 'a', |
| 705 | 'text' => 'Schedule time with me', |
| 706 | 'uniqueId' => 'calendly-widget-id', |
| 707 | 'url' => 'https://calendly.com/wpcom/jetpack-block-example', |
| 708 | ), |
| 709 | ), |
| 710 | ), |
| 711 | ), |
| 712 | 'editorScript' => 'jetpack-blocks-editor', |
| 713 | ), |
| 714 | 'contact-info' => |
| 715 | array ( |
| 716 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 717 | 'apiVersion' => 3, |
| 718 | 'name' => 'jetpack/contact-info', |
| 719 | 'title' => 'Contact Info', |
| 720 | 'description' => 'Add an email address, phone number, and physical address with improved markup for better SEO results.', |
| 721 | 'keywords' => |
| 722 | array ( |
| 723 | 0 => 'email', |
| 724 | 1 => 'phone', |
| 725 | 2 => 'address', |
| 726 | ), |
| 727 | 'version' => '12.5.0', |
| 728 | 'textdomain' => 'jetpack', |
| 729 | 'category' => 'grow', |
| 730 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M19 5v14H5V5h14m0-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6 10H6v-1.53c0-2.5 3.97-3.58 6-3.58s6 1.08 6 3.58V18zm-9.69-2h7.38c-.69-.56-2.38-1.12-3.69-1.12s-3.01.56-3.69 1.12z\'/></svg>', |
| 731 | 'supports' => |
| 732 | array ( |
| 733 | 'align' => |
| 734 | array ( |
| 735 | 0 => 'wide', |
| 736 | 1 => 'full', |
| 737 | ), |
| 738 | 'html' => false, |
| 739 | 'color' => |
| 740 | array ( |
| 741 | 'link' => true, |
| 742 | 'gradients' => true, |
| 743 | ), |
| 744 | 'spacing' => |
| 745 | array ( |
| 746 | 'padding' => true, |
| 747 | 'margin' => true, |
| 748 | ), |
| 749 | 'typography' => |
| 750 | array ( |
| 751 | 'fontSize' => true, |
| 752 | 'lineHeight' => true, |
| 753 | ), |
| 754 | ), |
| 755 | 'example' => |
| 756 | array ( |
| 757 | 'attributes' => |
| 758 | array ( |
| 759 | ), |
| 760 | 'innerBlocks' => |
| 761 | array ( |
| 762 | 0 => |
| 763 | array ( |
| 764 | 'name' => 'jetpack/email', |
| 765 | 'attributes' => |
| 766 | array ( |
| 767 | 'email' => 'hello@yourjetpack.blog', |
| 768 | ), |
| 769 | ), |
| 770 | 1 => |
| 771 | array ( |
| 772 | 'name' => 'jetpack/phone', |
| 773 | 'attributes' => |
| 774 | array ( |
| 775 | 'phone' => '123-456-7890', |
| 776 | ), |
| 777 | ), |
| 778 | 2 => |
| 779 | array ( |
| 780 | 'name' => 'jetpack/address', |
| 781 | 'attributes' => |
| 782 | array ( |
| 783 | 'address' => '987 Photon Drive', |
| 784 | 'city' => 'Speedyville', |
| 785 | 'region' => 'CA', |
| 786 | 'postal' => '12345', |
| 787 | 'country' => 'USA', |
| 788 | ), |
| 789 | ), |
| 790 | ), |
| 791 | ), |
| 792 | 'editorScript' => 'jetpack-blocks-editor', |
| 793 | ), |
| 794 | 'cookie-consent' => |
| 795 | array ( |
| 796 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 797 | 'apiVersion' => 3, |
| 798 | 'name' => 'jetpack/cookie-consent', |
| 799 | 'title' => 'Cookie Consent', |
| 800 | 'description' => 'Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.', |
| 801 | 'keywords' => |
| 802 | array ( |
| 803 | 0 => 'cookie', |
| 804 | 1 => 'consent', |
| 805 | 2 => 'privacy', |
| 806 | 3 => 'GDPR', |
| 807 | 4 => 'EU', |
| 808 | ), |
| 809 | 'version' => '12.5.0', |
| 810 | 'textdomain' => 'jetpack', |
| 811 | 'category' => 'grow', |
| 812 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m20.27,11.03c-.02-.31-.05-.62-.11-.92h-3.88v-2.91h-2.87v-3.79c-.32-.06-.64-.1-.97-.12-.15,0-.29,0-.44,0C7.42,3.28,3.71,7,3.71,11.57s3.71,8.3,8.29,8.3,8.29-3.72,8.29-8.3c0-.18,0-.36-.02-.54Zm-8.23,7.79c-4,0-7.24-3.25-7.24-7.25s3.24-7.24,7.24-7.24c.14,0,.27,0,.4.02v3.81h2.9v2.87h3.91c.02.18.03.36.03.54,0,4-3.24,7.25-7.24,7.25Z\'/><path d=\'M 8, 8 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0\'/><path d=\'M 12, 11.5 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0\'/><path d=\'M 13, 16 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0\'/><path d=\'M 8, 14 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0\'/></svg>', |
| 813 | 'supports' => |
| 814 | array ( |
| 815 | 'align' => |
| 816 | array ( |
| 817 | 0 => 'left', |
| 818 | 1 => 'right', |
| 819 | 2 => 'wide', |
| 820 | 3 => 'full', |
| 821 | ), |
| 822 | 'alignWide' => true, |
| 823 | 'anchor' => false, |
| 824 | 'color' => |
| 825 | array ( |
| 826 | 'gradients' => true, |
| 827 | 'link' => true, |
| 828 | 'background' => true, |
| 829 | ), |
| 830 | 'spacing' => |
| 831 | array ( |
| 832 | 'padding' => true, |
| 833 | ), |
| 834 | 'customClassName' => true, |
| 835 | 'className' => true, |
| 836 | 'html' => false, |
| 837 | 'lock' => false, |
| 838 | 'multiple' => false, |
| 839 | 'reusable' => false, |
| 840 | ), |
| 841 | 'attributes' => |
| 842 | array ( |
| 843 | 'text' => |
| 844 | array ( |
| 845 | 'type' => 'string', |
| 846 | 'source' => 'html', |
| 847 | 'selector' => 'p', |
| 848 | ), |
| 849 | 'style' => |
| 850 | array ( |
| 851 | 'type' => 'object', |
| 852 | 'default' => |
| 853 | array ( |
| 854 | 'color' => |
| 855 | array ( |
| 856 | 'text' => 'var(--wp--preset--color--contrast)', |
| 857 | 'background' => 'var(--wp--preset--color--tertiary)', |
| 858 | 'link' => 'var(--wp--preset--color--contrast)', |
| 859 | ), |
| 860 | 'spacing' => |
| 861 | array ( |
| 862 | 'padding' => |
| 863 | array ( |
| 864 | 'top' => '1em', |
| 865 | 'right' => '1em', |
| 866 | 'bottom' => '1em', |
| 867 | 'left' => '1em', |
| 868 | ), |
| 869 | ), |
| 870 | ), |
| 871 | ), |
| 872 | 'align' => |
| 873 | array ( |
| 874 | 'type' => 'string', |
| 875 | 'default' => 'wide', |
| 876 | ), |
| 877 | 'consentExpiryDays' => |
| 878 | array ( |
| 879 | 'type' => 'integer', |
| 880 | 'default' => 365, |
| 881 | ), |
| 882 | 'showOverlay' => |
| 883 | array ( |
| 884 | 'type' => 'boolean', |
| 885 | 'default' => false, |
| 886 | ), |
| 887 | ), |
| 888 | 'viewScript' => 'file:./view.js', |
| 889 | 'editorScript' => 'jetpack-blocks-editor', |
| 890 | ), |
| 891 | 'donations' => |
| 892 | array ( |
| 893 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 894 | 'apiVersion' => 3, |
| 895 | 'name' => 'jetpack/donations', |
| 896 | 'title' => 'Donations Form', |
| 897 | 'description' => 'Collect one-time, monthly, or annually recurring donations.', |
| 898 | 'keywords' => |
| 899 | array ( |
| 900 | 0 => 'charity', |
| 901 | 1 => 'contribution', |
| 902 | 2 => 'credit card', |
| 903 | 3 => 'debit card', |
| 904 | 4 => 'donate', |
| 905 | 5 => 'earn', |
| 906 | 6 => 'monetize', |
| 907 | 7 => 'ecommerce', |
| 908 | 8 => 'fundraising', |
| 909 | 9 => 'fundraiser', |
| 910 | 10 => 'gofundme', |
| 911 | 11 => 'money', |
| 912 | 12 => 'nonprofit', |
| 913 | 13 => 'non-profit', |
| 914 | 14 => 'paid', |
| 915 | 15 => 'patreon', |
| 916 | 16 => 'pay', |
| 917 | 17 => 'payments', |
| 918 | 18 => 'recurring', |
| 919 | 19 => 'stripe', |
| 920 | 20 => 'sponsor', |
| 921 | 21 => 'square', |
| 922 | 22 => 'tipping', |
| 923 | 23 => 'venmo', |
| 924 | ), |
| 925 | 'version' => '12.5.0', |
| 926 | 'textdomain' => 'jetpack', |
| 927 | 'category' => 'monetize', |
| 928 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M16.5 4.5c2.206 0 4 1.794 4 4 0 4.67-5.543 8.94-8.5 11.023C9.043 17.44 3.5 13.17 3.5 8.5c0-2.206 1.794-4 4-4 1.298 0 2.522.638 3.273 1.706L12 7.953l1.227-1.746c.75-1.07 1.975-1.707 3.273-1.707m0-1.5c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z\' /></svg>', |
| 929 | 'supports' => |
| 930 | array ( |
| 931 | 'html' => false, |
| 932 | 'color' => |
| 933 | array ( |
| 934 | 'background' => true, |
| 935 | 'text' => true, |
| 936 | 'button' => true, |
| 937 | 'link' => true, |
| 938 | 'gradients' => false, |
| 939 | ), |
| 940 | 'typography' => |
| 941 | array ( |
| 942 | 'fontSize' => true, |
| 943 | 'fontFamily' => true, |
| 944 | 'fontStyle' => true, |
| 945 | 'fontWeight' => true, |
| 946 | 'lineHeight' => true, |
| 947 | 'letterSpacing' => true, |
| 948 | ), |
| 949 | ), |
| 950 | 'attributes' => |
| 951 | array ( |
| 952 | 'currency' => |
| 953 | array ( |
| 954 | 'type' => 'string', |
| 955 | 'default' => '', |
| 956 | ), |
| 957 | 'oneTimeDonation' => |
| 958 | array ( |
| 959 | 'type' => 'object', |
| 960 | 'default' => |
| 961 | array ( |
| 962 | 'show' => true, |
| 963 | 'planId' => NULL, |
| 964 | 'amounts' => |
| 965 | array ( |
| 966 | 0 => 5, |
| 967 | 1 => 15, |
| 968 | 2 => 100, |
| 969 | ), |
| 970 | ), |
| 971 | ), |
| 972 | 'monthlyDonation' => |
| 973 | array ( |
| 974 | 'type' => 'object', |
| 975 | 'default' => |
| 976 | array ( |
| 977 | 'show' => true, |
| 978 | 'planId' => NULL, |
| 979 | 'amounts' => |
| 980 | array ( |
| 981 | 0 => 5, |
| 982 | 1 => 15, |
| 983 | 2 => 100, |
| 984 | ), |
| 985 | ), |
| 986 | ), |
| 987 | 'annualDonation' => |
| 988 | array ( |
| 989 | 'type' => 'object', |
| 990 | 'default' => |
| 991 | array ( |
| 992 | 'show' => true, |
| 993 | 'planId' => NULL, |
| 994 | 'amounts' => |
| 995 | array ( |
| 996 | 0 => 5, |
| 997 | 1 => 15, |
| 998 | 2 => 100, |
| 999 | ), |
| 1000 | ), |
| 1001 | ), |
| 1002 | 'showCustomAmount' => |
| 1003 | array ( |
| 1004 | 'type' => 'boolean', |
| 1005 | 'default' => true, |
| 1006 | ), |
| 1007 | 'defaultInterval' => |
| 1008 | array ( |
| 1009 | 'type' => 'string', |
| 1010 | ), |
| 1011 | 'customAmountPlaceholder' => |
| 1012 | array ( |
| 1013 | 'type' => 'number', |
| 1014 | ), |
| 1015 | 'chooseAmountText' => |
| 1016 | array ( |
| 1017 | 'type' => 'string', |
| 1018 | ), |
| 1019 | 'customAmountText' => |
| 1020 | array ( |
| 1021 | 'type' => 'string', |
| 1022 | ), |
| 1023 | 'fallbackLinkUrl' => |
| 1024 | array ( |
| 1025 | 'type' => 'string', |
| 1026 | ), |
| 1027 | 'activeTabBackgroundColor' => |
| 1028 | array ( |
| 1029 | 'type' => 'string', |
| 1030 | ), |
| 1031 | 'activeTabTextColor' => |
| 1032 | array ( |
| 1033 | 'type' => 'string', |
| 1034 | ), |
| 1035 | 'inactiveTabBackgroundColor' => |
| 1036 | array ( |
| 1037 | 'type' => 'string', |
| 1038 | ), |
| 1039 | 'inactiveTabTextColor' => |
| 1040 | array ( |
| 1041 | 'type' => 'string', |
| 1042 | ), |
| 1043 | 'selectedAmountBackgroundColor' => |
| 1044 | array ( |
| 1045 | 'type' => 'string', |
| 1046 | ), |
| 1047 | 'selectedAmountTextColor' => |
| 1048 | array ( |
| 1049 | 'type' => 'string', |
| 1050 | ), |
| 1051 | 'selectedAmountOutlineColor' => |
| 1052 | array ( |
| 1053 | 'type' => 'string', |
| 1054 | ), |
| 1055 | 'tabsAppearance' => |
| 1056 | array ( |
| 1057 | 'type' => 'string', |
| 1058 | 'enum' => |
| 1059 | array ( |
| 1060 | 0 => 'tabs', |
| 1061 | 1 => 'buttons', |
| 1062 | ), |
| 1063 | 'default' => 'tabs', |
| 1064 | ), |
| 1065 | 'tabBorderColor' => |
| 1066 | array ( |
| 1067 | 'type' => 'string', |
| 1068 | ), |
| 1069 | 'tabFontSize' => |
| 1070 | array ( |
| 1071 | 'type' => 'string', |
| 1072 | ), |
| 1073 | 'tabPadding' => |
| 1074 | array ( |
| 1075 | 'type' => 'object', |
| 1076 | ), |
| 1077 | 'buttonFontSize' => |
| 1078 | array ( |
| 1079 | 'type' => 'string', |
| 1080 | ), |
| 1081 | 'buttonPadding' => |
| 1082 | array ( |
| 1083 | 'type' => 'object', |
| 1084 | ), |
| 1085 | 'buttonAlignment' => |
| 1086 | array ( |
| 1087 | 'type' => 'string', |
| 1088 | 'enum' => |
| 1089 | array ( |
| 1090 | 0 => '', |
| 1091 | 1 => 'left', |
| 1092 | 2 => 'center', |
| 1093 | 3 => 'right', |
| 1094 | 4 => 'full', |
| 1095 | ), |
| 1096 | 'default' => '', |
| 1097 | ), |
| 1098 | 'amountFontSize' => |
| 1099 | array ( |
| 1100 | 'type' => 'string', |
| 1101 | ), |
| 1102 | 'amountBorder' => |
| 1103 | array ( |
| 1104 | 'type' => 'object', |
| 1105 | ), |
| 1106 | 'amountBorderRadius' => |
| 1107 | array ( |
| 1108 | 'type' => |
| 1109 | array ( |
| 1110 | 0 => 'string', |
| 1111 | 1 => 'object', |
| 1112 | ), |
| 1113 | ), |
| 1114 | 'buttonBorderRadius' => |
| 1115 | array ( |
| 1116 | 'type' => |
| 1117 | array ( |
| 1118 | 0 => 'string', |
| 1119 | 1 => 'object', |
| 1120 | ), |
| 1121 | ), |
| 1122 | 'contentAlignment' => |
| 1123 | array ( |
| 1124 | 'type' => 'string', |
| 1125 | 'enum' => |
| 1126 | array ( |
| 1127 | 0 => '', |
| 1128 | 1 => 'left', |
| 1129 | 2 => 'center', |
| 1130 | 3 => 'right', |
| 1131 | ), |
| 1132 | 'default' => '', |
| 1133 | ), |
| 1134 | 'minimumAmount' => |
| 1135 | array ( |
| 1136 | 'type' => 'number', |
| 1137 | ), |
| 1138 | 'maximumAmount' => |
| 1139 | array ( |
| 1140 | 'type' => 'number', |
| 1141 | ), |
| 1142 | 'displayMode' => |
| 1143 | array ( |
| 1144 | 'type' => 'string', |
| 1145 | 'enum' => |
| 1146 | array ( |
| 1147 | 0 => 'inline', |
| 1148 | 1 => 'modal', |
| 1149 | ), |
| 1150 | 'default' => 'inline', |
| 1151 | ), |
| 1152 | 'triggerButtonText' => |
| 1153 | array ( |
| 1154 | 'type' => 'string', |
| 1155 | ), |
| 1156 | 'triggerIcon' => |
| 1157 | array ( |
| 1158 | 'type' => 'string', |
| 1159 | 'default' => 'heart', |
| 1160 | ), |
| 1161 | 'triggerSticky' => |
| 1162 | array ( |
| 1163 | 'type' => 'boolean', |
| 1164 | 'default' => false, |
| 1165 | ), |
| 1166 | 'blockBorder' => |
| 1167 | array ( |
| 1168 | 'type' => 'object', |
| 1169 | ), |
| 1170 | 'blockBorderRadius' => |
| 1171 | array ( |
| 1172 | 'type' => |
| 1173 | array ( |
| 1174 | 0 => 'string', |
| 1175 | 1 => 'object', |
| 1176 | ), |
| 1177 | ), |
| 1178 | 'variationName' => |
| 1179 | array ( |
| 1180 | 'type' => 'string', |
| 1181 | 'default' => '', |
| 1182 | ), |
| 1183 | ), |
| 1184 | 'example' => |
| 1185 | array ( |
| 1186 | ), |
| 1187 | 'editorScript' => 'jetpack-blocks-editor', |
| 1188 | ), |
| 1189 | 'eventbrite' => |
| 1190 | array ( |
| 1191 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1192 | 'apiVersion' => 3, |
| 1193 | 'name' => 'jetpack/eventbrite', |
| 1194 | 'title' => 'Eventbrite Checkout', |
| 1195 | 'description' => 'Embed Eventbrite event details and ticket checkout.', |
| 1196 | 'keywords' => |
| 1197 | array ( |
| 1198 | 0 => 'events', |
| 1199 | 1 => 'tickets', |
| 1200 | ), |
| 1201 | 'version' => '12.5.0', |
| 1202 | 'textdomain' => 'jetpack', |
| 1203 | 'category' => 'embed', |
| 1204 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M18.041,3.931L5.959,3C4.325,3,3,4.325,3,5.959v12.083C3,19.675,4.325,21,5.959,21l12.083-0.931C19.699,19.983,21,18.744,21,17.11V6.89C21,5.256,19.741,4.027,18.041,3.931zM16.933,8.17c-0.082,0.215-0.192,0.432-0.378,0.551c-0.188,0.122-0.489,0.132-0.799,0.132c-1.521,0-3.062-0.048-4.607-0.048c-0.152,0.708-0.304,1.416-0.451,2.128c0.932-0.004,1.873,0.005,2.81,0.005c0.726,0,1.462-0.069,1.586,0.525c0.04,0.189-0.001,0.426-0.052,0.615c-0.105,0.38-0.258,0.676-0.625,0.783c-0.185,0.054-0.408,0.058-0.646,0.058c-1.145,0-2.345,0.017-3.493,0.02c-0.169,0.772-0.328,1.553-0.489,2.333c1.57-0.005,3.067-0.041,4.633-0.058c0.627-0.007,1.085,0.194,1.009,0.85c-0.031,0.262-0.098,0.497-0.211,0.725c-0.102,0.208-0.248,0.376-0.488,0.452c-0.237,0.075-0.541,0.064-0.862,0.078c-0.304,0.014-0.614,0.008-0.924,0.016c-0.309,0.009-0.619,0.022-0.919,0.022c-1.253,0-2.429,0.08-3.683,0.073c-0.603-0.004-1.014-0.249-1.124-0.757c-0.059-0.273-0.018-0.58,0.036-0.841c0.541-2.592,1.083-5.176,1.629-7.763c0.056-0.265,0.114-0.511,0.225-0.714C9.279,7.051,9.534,6.834,9.9,6.735c0.368-0.099,0.883-0.047,1.344-0.047c0.305,0,0.612,0.008,0.914,0.016c0.925,0.026,1.817,0.03,2.747,0.053c0.304,0.007,0.615,0.016,0.915,0.016c0.621,0,1.17,0.073,1.245,0.614C17.104,7.675,17.014,7.954,16.933,8.17z\'/></svg>', |
| 1205 | 'supports' => |
| 1206 | array ( |
| 1207 | 'html' => false, |
| 1208 | 'align' => true, |
| 1209 | ), |
| 1210 | 'attributes' => |
| 1211 | array ( |
| 1212 | 'url' => |
| 1213 | array ( |
| 1214 | 'type' => 'string', |
| 1215 | ), |
| 1216 | 'eventId' => |
| 1217 | array ( |
| 1218 | 'type' => 'number', |
| 1219 | ), |
| 1220 | 'style' => |
| 1221 | array ( |
| 1222 | 'type' => 'string', |
| 1223 | 'default' => 'inline', |
| 1224 | ), |
| 1225 | ), |
| 1226 | 'example' => |
| 1227 | array ( |
| 1228 | 'attributes' => |
| 1229 | array ( |
| 1230 | 'url' => 'https://www.eventbrite.com/e/test-event-tickets-123456789', |
| 1231 | 'eventId' => 123456789, |
| 1232 | 'style' => 'modal', |
| 1233 | ), |
| 1234 | 'innerBlocks' => |
| 1235 | array ( |
| 1236 | 0 => |
| 1237 | array ( |
| 1238 | 'name' => 'jetpack/button', |
| 1239 | 'attributes' => |
| 1240 | array ( |
| 1241 | 'element' => 'a', |
| 1242 | 'text' => 'Register', |
| 1243 | 'uniqueId' => 'eventbrite-widget-id', |
| 1244 | ), |
| 1245 | ), |
| 1246 | ), |
| 1247 | ), |
| 1248 | 'editorScript' => 'jetpack-blocks-editor', |
| 1249 | ), |
| 1250 | 'gif' => |
| 1251 | array ( |
| 1252 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1253 | 'apiVersion' => 3, |
| 1254 | 'name' => 'jetpack/gif', |
| 1255 | 'title' => 'GIF', |
| 1256 | 'description' => 'Search for and insert an animated image.', |
| 1257 | 'keywords' => |
| 1258 | array ( |
| 1259 | 0 => 'animated', |
| 1260 | 1 => 'giphy', |
| 1261 | 2 => 'image', |
| 1262 | ), |
| 1263 | 'version' => '12.5.0', |
| 1264 | 'textdomain' => 'jetpack', |
| 1265 | 'category' => 'embed', |
| 1266 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path fill=\'none\' d=\'M0 0h24v24H0V0z\'/><path d=\'M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z\'/></svg>', |
| 1267 | 'supports' => |
| 1268 | array ( |
| 1269 | 'html' => false, |
| 1270 | 'align' => true, |
| 1271 | ), |
| 1272 | 'attributes' => |
| 1273 | array ( |
| 1274 | 'align' => |
| 1275 | array ( |
| 1276 | 'type' => 'string', |
| 1277 | 'default' => 'center', |
| 1278 | ), |
| 1279 | 'caption' => |
| 1280 | array ( |
| 1281 | 'type' => 'string', |
| 1282 | ), |
| 1283 | 'giphyUrl' => |
| 1284 | array ( |
| 1285 | 'type' => 'string', |
| 1286 | ), |
| 1287 | 'searchText' => |
| 1288 | array ( |
| 1289 | 'type' => 'string', |
| 1290 | ), |
| 1291 | 'paddingTop' => |
| 1292 | array ( |
| 1293 | 'type' => 'string', |
| 1294 | 'default' => '56.2%', |
| 1295 | ), |
| 1296 | ), |
| 1297 | 'example' => |
| 1298 | array ( |
| 1299 | 'attributes' => |
| 1300 | array ( |
| 1301 | 'align' => 'center', |
| 1302 | 'giphyUrl' => 'https://giphy.com/embed/fxKWgoOG9hzPPkE1oc', |
| 1303 | 'paddingTop' => '100%', |
| 1304 | 'searchText' => 'WordPress', |
| 1305 | ), |
| 1306 | ), |
| 1307 | 'editorScript' => 'jetpack-blocks-editor', |
| 1308 | ), |
| 1309 | 'goodreads' => |
| 1310 | array ( |
| 1311 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1312 | 'apiVersion' => 3, |
| 1313 | 'name' => 'jetpack/goodreads', |
| 1314 | 'title' => 'Goodreads', |
| 1315 | 'description' => 'Features books from the shelves of your Goodreads account.', |
| 1316 | 'keywords' => |
| 1317 | array ( |
| 1318 | 0 => 'book', |
| 1319 | 1 => 'read', |
| 1320 | 2 => 'author', |
| 1321 | ), |
| 1322 | 'version' => '1.0', |
| 1323 | 'textdomain' => 'jetpack', |
| 1324 | 'category' => 'embed', |
| 1325 | 'icon' => '<svg height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\' aria-hidden=\'true\' focusable=\'false\'><path d=\'M19.525 15.977V.49h-2.059v2.906h-.064c-.211-.455-.481-.891-.842-1.307-.36-.412-.767-.777-1.232-1.094-.466-.314-.962-.561-1.519-.736C13.256.09 12.669 0 12.038 0c-1.21 0-2.3.225-3.246.67-.947.447-1.743 1.057-2.385 1.83-.642.773-1.133 1.676-1.47 2.711-.336 1.037-.506 2.129-.506 3.283 0 1.199.141 2.326.425 3.382.286 1.057.737 1.976 1.368 2.762.631.78 1.412 1.397 2.375 1.833.961.436 2.119.661 3.471.661 1.248 0 2.33-.315 3.262-.946s1.638-1.473 2.119-2.525h.061v2.284c0 2.044-.421 3.607-1.264 4.705-.84 1.081-2.224 1.638-4.146 1.638-.572 0-1.128-.061-1.669-.181-.542-.12-1.036-.315-1.487-.57-.437-.271-.827-.601-1.143-1.038-.316-.435-.526-.961-.632-1.593H5.064c.067.887.315 1.654.737 2.3.424.646.961 1.172 1.602 1.593.641.406 1.367.706 2.172.902.811.194 1.639.3 2.494.3 1.383 0 2.541-.195 3.486-.555.947-.376 1.714-.902 2.301-1.608.601-.708 1.021-1.549 1.293-2.556.27-1.007.42-2.134.42-3.367l-.044.062zm-7.484-.557c-.955 0-1.784-.189-2.479-.571-.697-.38-1.277-.882-1.732-1.503-.467-.621-.797-1.332-1.022-2.139s-.332-1.633-.332-2.484c0-.871.105-1.725.301-2.563.21-.84.54-1.587.992-2.24.451-.652 1.037-1.182 1.728-1.584s1.533-.605 2.51-.605 1.803.209 2.495.621c.676.415 1.247.959 1.683 1.634.436.677.751 1.429.947 2.255.195.826.285 1.656.285 2.482 0 .852-.12 1.678-.345 2.484-.226.807-.572 1.518-1.038 2.139-.465.621-1.021 1.123-1.698 1.503-.676.382-1.458.571-2.359.571h.064z\'></path></svg>', |
| 1326 | 'supports' => |
| 1327 | array ( |
| 1328 | 'html' => false, |
| 1329 | 'align' => true, |
| 1330 | ), |
| 1331 | 'attributes' => |
| 1332 | array ( |
| 1333 | 'bookNumber' => |
| 1334 | array ( |
| 1335 | 'type' => 'string', |
| 1336 | 'default' => '5', |
| 1337 | ), |
| 1338 | 'class' => |
| 1339 | array ( |
| 1340 | 'type' => 'string', |
| 1341 | ), |
| 1342 | 'customTitle' => |
| 1343 | array ( |
| 1344 | 'type' => 'string', |
| 1345 | ), |
| 1346 | 'goodreadsId' => |
| 1347 | array ( |
| 1348 | 'type' => 'number', |
| 1349 | ), |
| 1350 | 'id' => |
| 1351 | array ( |
| 1352 | 'type' => 'string', |
| 1353 | ), |
| 1354 | 'link' => |
| 1355 | array ( |
| 1356 | 'type' => 'string', |
| 1357 | ), |
| 1358 | 'orderOption' => |
| 1359 | array ( |
| 1360 | 'type' => 'string', |
| 1361 | 'default' => 'd', |
| 1362 | ), |
| 1363 | 'shelfOption' => |
| 1364 | array ( |
| 1365 | 'type' => 'string', |
| 1366 | 'default' => 'read', |
| 1367 | ), |
| 1368 | 'showAuthor' => |
| 1369 | array ( |
| 1370 | 'type' => 'boolean', |
| 1371 | 'default' => true, |
| 1372 | ), |
| 1373 | 'showCover' => |
| 1374 | array ( |
| 1375 | 'type' => 'boolean', |
| 1376 | 'default' => true, |
| 1377 | ), |
| 1378 | 'showRating' => |
| 1379 | array ( |
| 1380 | 'type' => 'boolean', |
| 1381 | 'default' => true, |
| 1382 | ), |
| 1383 | 'showReview' => |
| 1384 | array ( |
| 1385 | 'type' => 'boolean', |
| 1386 | 'default' => false, |
| 1387 | ), |
| 1388 | 'showTags' => |
| 1389 | array ( |
| 1390 | 'type' => 'boolean', |
| 1391 | 'default' => false, |
| 1392 | ), |
| 1393 | 'showTitle' => |
| 1394 | array ( |
| 1395 | 'type' => 'boolean', |
| 1396 | 'default' => true, |
| 1397 | ), |
| 1398 | 'sortOption' => |
| 1399 | array ( |
| 1400 | 'type' => 'string', |
| 1401 | 'default' => 'date_added', |
| 1402 | ), |
| 1403 | 'style' => |
| 1404 | array ( |
| 1405 | 'type' => 'string', |
| 1406 | 'default' => 'default', |
| 1407 | ), |
| 1408 | 'userInput' => |
| 1409 | array ( |
| 1410 | 'type' => 'string', |
| 1411 | ), |
| 1412 | 'widgetId' => |
| 1413 | array ( |
| 1414 | 'type' => 'number', |
| 1415 | ), |
| 1416 | ), |
| 1417 | 'example' => |
| 1418 | array ( |
| 1419 | 'attributes' => |
| 1420 | array ( |
| 1421 | 'goodreadsId' => 1176283, |
| 1422 | ), |
| 1423 | ), |
| 1424 | 'editorScript' => 'jetpack-blocks-editor', |
| 1425 | ), |
| 1426 | 'google-calendar' => |
| 1427 | array ( |
| 1428 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1429 | 'apiVersion' => 3, |
| 1430 | 'name' => 'jetpack/google-calendar', |
| 1431 | 'title' => 'Google Calendar', |
| 1432 | 'description' => 'Embed a Google Calendar.', |
| 1433 | 'keywords' => |
| 1434 | array ( |
| 1435 | 0 => 'events', |
| 1436 | 1 => 'dates', |
| 1437 | 2 => 'schedule', |
| 1438 | 3 => 'appointments', |
| 1439 | ), |
| 1440 | 'version' => '12.5.0', |
| 1441 | 'textdomain' => 'jetpack', |
| 1442 | 'category' => 'embed', |
| 1443 | 'icon' => '<svg viewBox=\'0 0 24 23\' width=\'24\' height=\'23\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M19.5,23h-15c-2.2,0-4-1.8-4-4V4c0-2.2,1.8-4,4-4h15c2.2,0,4,1.8,4,4v15C23.5,21.2,21.7,23,19.5,23z M4.5,2 c-1.1,0-2,0.9-2,2v15c0,1.1,0.9,2,2,2h15c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H4.5z M6.9,3.9L6.9,3.9c0.5,0,0.9,0.4,0.9,0.9V5 c0,0.5-0.4,0.9-0.9,0.9l0,0C6.5,5.9,6.1,5.5,6.1,5V4.7C6.1,4.3,6.5,3.9,6.9,3.9z M17,3.9L17,3.9c0.5,0,0.9,0.4,0.9,0.9V5 c0,0.5-0.4,0.9-0.9,0.9l0,0c-0.5,0-0.9-0.4-0.9-0.9V4.7C16.2,4.3,16.5,3.9,17,3.9z M8.8,17.6c1.8,0,3.2-1,3.2-2.4 c0-1.1-0.7-1.8-1.8-1.9v-0.1c0.9-0.2,1.5-0.9,1.5-1.8c0-1.3-1.2-2.2-2.9-2.2c-1.8,0-2.9,1-3,2.5h1.6c0-0.7,0.6-1.1,1.4-1.1 c0.8,0,1.3,0.4,1.3,1.1c0,0.7-0.5,1.1-1.3,1.1h-1v1.3h1c0.9,0,1.5,0.4,1.5,1.1c0,0.7-0.6,1.2-1.4,1.2c-0.9,0-1.4-0.4-1.5-1.1H5.7 C5.8,16.6,7,17.6,8.8,17.6z M17.6,17.4V9.3h-1.7l-2.1,1.4v1.6l2-1.4h0.1v6.4H17.6z\'/></svg>', |
| 1444 | 'supports' => |
| 1445 | array ( |
| 1446 | 'align' => true, |
| 1447 | 'alignWide' => true, |
| 1448 | 'html' => false, |
| 1449 | ), |
| 1450 | 'attributes' => |
| 1451 | array ( |
| 1452 | 'url' => |
| 1453 | array ( |
| 1454 | 'type' => 'string', |
| 1455 | ), |
| 1456 | 'height' => |
| 1457 | array ( |
| 1458 | 'type' => 'integer', |
| 1459 | 'default' => 600, |
| 1460 | ), |
| 1461 | ), |
| 1462 | 'example' => |
| 1463 | array ( |
| 1464 | 'attributes' => |
| 1465 | array ( |
| 1466 | 'url' => 'https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York', |
| 1467 | ), |
| 1468 | ), |
| 1469 | 'editorScript' => 'jetpack-blocks-editor', |
| 1470 | ), |
| 1471 | 'google-docs-embed' => |
| 1472 | array ( |
| 1473 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1474 | 'apiVersion' => 3, |
| 1475 | 'name' => 'jetpack/google-docs-embed', |
| 1476 | 'title' => 'Google Docs (Beta)', |
| 1477 | 'description' => 'Embed a Google Document.', |
| 1478 | 'keywords' => |
| 1479 | array ( |
| 1480 | 0 => 'document', |
| 1481 | 1 => 'gsuite', |
| 1482 | 2 => 'doc', |
| 1483 | ), |
| 1484 | 'version' => '12.5.0', |
| 1485 | 'textdomain' => 'jetpack', |
| 1486 | 'category' => 'embed', |
| 1487 | 'icon' => '<svg viewBox=\'0 0 64 88\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M58,88H6c-3.3,0-6-2.7-6-6V6c0-3.3,2.7-6,6-6h36l22,22v60C64,85.3,61.3,88,58,88z\' /><path fill=\'#FDFFFF\' d=\'M42,0l22,22H42V0z\' /><path fill=\'#FDFFFF\' d=\'M50,39H14v-5h36V39z M50,46H14v5h36V46z M40,58H14v5h26V58z\' /></svg>', |
| 1488 | 'supports' => |
| 1489 | array ( |
| 1490 | 'align' => |
| 1491 | array ( |
| 1492 | 0 => 'left', |
| 1493 | 1 => 'right', |
| 1494 | 2 => 'center', |
| 1495 | 3 => 'wide', |
| 1496 | 4 => 'full', |
| 1497 | ), |
| 1498 | 'anchor' => true, |
| 1499 | ), |
| 1500 | 'attributes' => |
| 1501 | array ( |
| 1502 | 'url' => |
| 1503 | array ( |
| 1504 | 'type' => 'string', |
| 1505 | 'default' => '', |
| 1506 | ), |
| 1507 | 'aspectRatio' => |
| 1508 | array ( |
| 1509 | 'type' => 'string', |
| 1510 | ), |
| 1511 | 'variation' => |
| 1512 | array ( |
| 1513 | 'type' => 'string', |
| 1514 | ), |
| 1515 | ), |
| 1516 | 'editorScript' => 'jetpack-blocks-editor', |
| 1517 | ), |
| 1518 | 'image-compare' => |
| 1519 | array ( |
| 1520 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1521 | 'apiVersion' => 3, |
| 1522 | 'name' => 'jetpack/image-compare', |
| 1523 | 'title' => 'Image Compare', |
| 1524 | 'description' => 'Compare two images with a slider. Works best with images of the same size.', |
| 1525 | 'keywords' => |
| 1526 | array ( |
| 1527 | 0 => 'juxtapose', |
| 1528 | 1 => 'photos', |
| 1529 | 2 => 'pictures', |
| 1530 | 3 => 'side by side', |
| 1531 | 4 => 'slider', |
| 1532 | ), |
| 1533 | 'version' => '12.5.0', |
| 1534 | 'textdomain' => 'jetpack', |
| 1535 | 'category' => 'media', |
| 1536 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M21 4h-6v1.5h6c.3 0 .5.2.5.5v.4l-3.6 3.5L15 8.1v1.8l2.6 1.7c.1.1.3.1.4.1.2 0 .4-.1.5-.2l3-2.9V18c0 .3-.2.5-.5.5h-6V20h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM1 6v12c0 1.1.9 2 2 2h10.5V4H3c-1.1 0-2 .9-2 2zm11 12.5H3c-.3 0-.5-.2-.5-.5v-1.4L5 14.7l1.5-1.1.1-.1 3 1.9c.1.1.3.1.4.1.2 0 .4-.1.5-.2L12 14v4.5zm0-6.6l-2.1 2L7 12c-.1-.1-.3-.1-.4-.1h-.1c-.1 0-.3.1-.4.1l-1.1.9-2.5 1.8V6c0-.3.2-.5.5-.5h9v6.4z\'/></svg>', |
| 1537 | 'supports' => |
| 1538 | array ( |
| 1539 | 'align' => |
| 1540 | array ( |
| 1541 | 0 => 'wide', |
| 1542 | 1 => 'full', |
| 1543 | ), |
| 1544 | ), |
| 1545 | 'attributes' => |
| 1546 | array ( |
| 1547 | 'imageBefore' => |
| 1548 | array ( |
| 1549 | 'type' => 'object', |
| 1550 | 'default' => |
| 1551 | array ( |
| 1552 | ), |
| 1553 | ), |
| 1554 | 'imageAfter' => |
| 1555 | array ( |
| 1556 | 'type' => 'object', |
| 1557 | 'default' => |
| 1558 | array ( |
| 1559 | ), |
| 1560 | ), |
| 1561 | 'caption' => |
| 1562 | array ( |
| 1563 | 'type' => 'string', |
| 1564 | ), |
| 1565 | 'orientation' => |
| 1566 | array ( |
| 1567 | 'type' => 'string', |
| 1568 | 'default' => 'horizontal', |
| 1569 | ), |
| 1570 | ), |
| 1571 | 'editorScript' => 'jetpack-blocks-editor', |
| 1572 | ), |
| 1573 | 'instagram-gallery' => |
| 1574 | array ( |
| 1575 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1576 | 'apiVersion' => 3, |
| 1577 | 'name' => 'jetpack/instagram-gallery', |
| 1578 | 'title' => 'Latest Instagram Posts', |
| 1579 | 'description' => 'Display an automatically updating list of the latest posts from your Instagram feed.', |
| 1580 | 'keywords' => |
| 1581 | array ( |
| 1582 | 0 => 'images', |
| 1583 | 1 => 'photos', |
| 1584 | 2 => 'pictures', |
| 1585 | ), |
| 1586 | 'version' => '12.5.0', |
| 1587 | 'textdomain' => 'jetpack', |
| 1588 | 'category' => 'embed', |
| 1589 | 'icon' => '<svg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M12 4.622c2.403 0 2.688.01 3.637.052.877.04 1.354.187 1.67.31.42.163.72.358 1.036.673.315.315.51.615.673 1.035.123.317.27.794.31 1.67.043.95.052 1.235.052 3.638s-.01 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.67-.163.42-.358.72-.673 1.036-.315.315-.615.51-1.035.673-.317.123-.794.27-1.67.31-.95.043-1.234.052-3.638.052s-2.688-.01-3.637-.052c-.877-.04-1.354-.187-1.67-.31-.42-.163-.72-.358-1.036-.673-.315-.315-.51-.615-.673-1.035-.123-.317-.27-.794-.31-1.67-.043-.95-.052-1.235-.052-3.638s.01-2.688.052-3.637c.04-.877.187-1.354.31-1.67.163-.42.358-.72.673-1.036.315-.315.615-.51 1.035-.673.317-.123.794-.27 1.67-.31.95-.043 1.235-.052 3.638-.052M12 3c-2.444 0-2.75.01-3.71.054s-1.613.196-2.185.418c-.592.23-1.094.538-1.594 1.04-.5.5-.807 1-1.037 1.593-.223.572-.375 1.226-.42 2.184C3.01 9.25 3 9.555 3 12s.01 2.75.054 3.71.196 1.613.418 2.186c.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.266.054 3.71.054s2.75-.01 3.71-.054 1.613-.196 2.186-.418c.592-.23 1.094-.538 1.594-1.038s.808-1.002 1.038-1.594c.222-.572.375-1.227.418-2.185.044-.96.054-1.266.054-3.71s-.01-2.75-.054-3.71-.196-1.613-.418-2.186c-.23-.592-.538-1.094-1.038-1.594s-1.002-.808-1.594-1.038c-.572-.222-1.227-.375-2.185-.418C14.75 3.01 14.445 3 12 3zm0 4.378c-2.552 0-4.622 2.07-4.622 4.622s2.07 4.622 4.622 4.622 4.622-2.07 4.622-4.622S14.552 7.378 12 7.378zM12 15c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3zm4.804-8.884c-.596 0-1.08.484-1.08 1.08s.484 1.08 1.08 1.08c.596 0 1.08-.484 1.08-1.08s-.483-1.08-1.08-1.08z\'></path></svg>', |
| 1590 | 'supports' => |
| 1591 | array ( |
| 1592 | 'align' => true, |
| 1593 | 'html' => false, |
| 1594 | ), |
| 1595 | 'attributes' => |
| 1596 | array ( |
| 1597 | 'accessToken' => |
| 1598 | array ( |
| 1599 | 'type' => 'string', |
| 1600 | ), |
| 1601 | 'instagramUser' => |
| 1602 | array ( |
| 1603 | 'type' => 'string', |
| 1604 | ), |
| 1605 | 'columns' => |
| 1606 | array ( |
| 1607 | 'type' => 'number', |
| 1608 | 'default' => 3, |
| 1609 | 'min' => 1, |
| 1610 | 'max' => 6, |
| 1611 | ), |
| 1612 | 'count' => |
| 1613 | array ( |
| 1614 | 'type' => 'number', |
| 1615 | 'default' => 9, |
| 1616 | 'min' => 1, |
| 1617 | 'max' => 30, |
| 1618 | ), |
| 1619 | 'spacing' => |
| 1620 | array ( |
| 1621 | 'type' => 'number', |
| 1622 | 'default' => 10, |
| 1623 | 'min' => 0, |
| 1624 | 'max' => 50, |
| 1625 | ), |
| 1626 | 'isStackedOnMobile' => |
| 1627 | array ( |
| 1628 | 'type' => 'boolean', |
| 1629 | 'default' => true, |
| 1630 | ), |
| 1631 | ), |
| 1632 | 'editorScript' => 'jetpack-blocks-editor', |
| 1633 | ), |
| 1634 | 'like' => |
| 1635 | array ( |
| 1636 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1637 | 'apiVersion' => 3, |
| 1638 | 'name' => 'jetpack/like', |
| 1639 | 'title' => 'Like', |
| 1640 | 'description' => 'Give your readers the ability to show appreciation for your posts.', |
| 1641 | 'keywords' => |
| 1642 | array ( |
| 1643 | 0 => 'like', |
| 1644 | 1 => 'likes', |
| 1645 | 2 => 'thumbs up', |
| 1646 | 3 => 'button', |
| 1647 | 4 => 'heart', |
| 1648 | ), |
| 1649 | 'version' => '1.0.0', |
| 1650 | 'textdomain' => 'jetpack', |
| 1651 | 'category' => 'grow', |
| 1652 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path fill-rule=\'evenodd\' d=\'M9.706 8.646a.25.25 0 01-.188.137l-4.626.672a.25.25 0 00-.139.427l3.348 3.262a.25.25 0 01.072.222l-.79 4.607a.25.25 0 00.362.264l4.138-2.176a.25.25 0 01.233 0l4.137 2.175a.25.25 0 00.363-.263l-.79-4.607a.25.25 0 01.072-.222l3.347-3.262a.25.25 0 00-.139-.427l-4.626-.672a.25.25 0 01-.188-.137l-2.069-4.192a.25.25 0 00-.448 0L9.706 8.646zM12 7.39l-.948 1.921a1.75 1.75 0 01-1.317.957l-2.12.308 1.534 1.495c.412.402.6.982.503 1.55l-.362 2.11 1.896-.997a1.75 1.75 0 011.629 0l1.895.997-.362-2.11a1.75 1.75 0 01.504-1.55l1.533-1.495-2.12-.308a1.75 1.75 0 01-1.317-.957L12 7.39z\' clip-rule=\'evenodd\'></path></svg>', |
| 1653 | 'usesContext' => |
| 1654 | array ( |
| 1655 | 0 => 'postId', |
| 1656 | ), |
| 1657 | 'attributes' => |
| 1658 | array ( |
| 1659 | 'showReblogButton' => |
| 1660 | array ( |
| 1661 | 'type' => 'boolean', |
| 1662 | 'default' => false, |
| 1663 | ), |
| 1664 | 'showAvatars' => |
| 1665 | array ( |
| 1666 | 'type' => 'boolean', |
| 1667 | 'default' => true, |
| 1668 | ), |
| 1669 | ), |
| 1670 | 'editorScript' => 'jetpack-blocks-editor', |
| 1671 | ), |
| 1672 | 'mailchimp' => |
| 1673 | array ( |
| 1674 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1675 | 'apiVersion' => 3, |
| 1676 | 'name' => 'jetpack/mailchimp', |
| 1677 | 'title' => 'Mailchimp', |
| 1678 | 'description' => 'Allow readers to join a Mailchimp audience.', |
| 1679 | 'keywords' => |
| 1680 | array ( |
| 1681 | 0 => 'email', |
| 1682 | 1 => 'subscription', |
| 1683 | 2 => 'newsletter', |
| 1684 | ), |
| 1685 | 'version' => '12.5.0', |
| 1686 | 'textdomain' => 'jetpack', |
| 1687 | 'category' => 'grow', |
| 1688 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m16.88,11.25c.17-.02.34-.02.49,0,.09-.2.1-.55.02-.93-.12-.57-.28-.91-.61-.86-.33.05-.34.46-.22,1.03.07.32.19.59.32.76\'/><path d=\'m14.03,11.7c.24.1.38.17.44.11.04-.04.03-.11-.03-.2-.12-.19-.36-.38-.61-.49-.52-.22-1.14-.15-1.62.19-.16.12-.31.28-.29.37,0,.03.03.06.09.06.13.01.59-.22,1.11-.25.37-.02.68.09.92.2\'/><path d=\'m13.56,11.97c-.31.05-.48.15-.59.25-.09.08-.15.17-.15.23,0,.03.01.05.02.06.01.01.03.02.05.02.07,0,.23-.06.23-.06.43-.15.71-.13.99-.1.16.02.23.03.26-.03.01-.02.02-.05,0-.1-.07-.12-.38-.32-.81-.26\'/><path d=\'m15.92,12.97c.21.1.44.06.52-.09s-.03-.36-.24-.46c-.21-.1-.44-.06-.52.09-.08.15.03.36.24.46\'/><path d=\'m17.26,11.79c-.17,0-.31.18-.32.42s.13.42.3.43.31-.18.32-.42c0-.23-.13-.42-.3-.43\'/><path d=\'m5.83,16c-.04-.05-.11-.04-.18-.02-.05.01-.1.02-.16.02-.13,0-.23-.06-.29-.15-.08-.12-.07-.3.01-.5l.04-.09c.14-.31.36-.82.11-1.31-.19-.37-.51-.6-.89-.64-.36-.05-.74.09-.98.35-.38.42-.44.98-.36,1.18.03.07.07.09.1.1.06,0,.16-.04.22-.2l.02-.05c.03-.08.08-.24.16-.37.1-.15.25-.26.43-.29.18-.04.37,0,.52.1.26.17.37.5.25.8-.06.16-.15.46-.13.72.04.51.35.71.63.73.27.01.46-.14.51-.25.03-.07,0-.11-.01-.12\'/><path d=\'m8.42,6.69c.89-1.03,1.98-1.92,2.96-2.42.03-.02.07.02.05.05-.08.14-.23.44-.28.67,0,.04.03.06.06.04.61-.42,1.67-.86,2.6-.92.04,0,.06.05.03.07-.14.11-.3.26-.41.41-.02.03,0,.06.03.06.65,0,1.57.23,2.17.57.04.02.01.1-.03.09-.91-.21-2.4-.37-3.94.01-1.38.34-2.43.86-3.2,1.41-.04.03-.09-.02-.05-.06h0Zm4.43,9.95h0s0,0,0,0h0Zm3.67.43s.04-.04.04-.07c0-.04-.04-.06-.07-.06,0,0-1.9.28-3.69-.38.2-.63.71-.41,1.5-.34,1.41.08,2.68-.12,3.62-.39.81-.23,1.88-.69,2.71-1.35.28.61.38,1.29.38,1.29,0,0,.22-.04.4.07.17.11.3.32.21.89-.17,1.05-.62,1.91-1.38,2.7-.46.49-1.02.92-1.65,1.24-.34.18-.7.33-1.08.46-2.84.93-5.75-.09-6.69-2.28-.07-.16-.14-.34-.19-.52-.4-1.44-.06-3.17,1-4.27h0c.07-.07.13-.15.13-.25,0-.09-.05-.18-.1-.24-.37-.54-1.66-1.45-1.4-3.23.19-1.27,1.3-2.17,2.34-2.12l.26.02c.45.03.84.08,1.21.1.62.03,1.18-.06,1.84-.61.22-.19.4-.35.7-.4.03,0,.11-.03.27-.03.16,0,.31.05.45.14.53.35.6,1.21.63,1.83.02.36.06,1.22.07,1.47.03.57.18.65.48.75.17.06.33.1.56.16.7.2,1.12.4,1.38.65.16.16.23.33.25.49.08.6-.47,1.35-1.93,2.03-1.59.74-3.53.93-4.87.78l-.47-.05c-1.07-.14-1.68,1.24-1.04,2.18.41.61,1.54,1.01,2.67,1.01,2.58,0,4.57-1.1,5.31-2.06l.06-.08c.04-.05,0-.08-.04-.05-.6.41-3.28,2.05-6.15,1.56,0,0-.35-.06-.67-.18-.25-.1-.78-.34-.85-.88,2.31.72,3.77.04,3.77.04h0ZM3.8,11.57c-.8.16-1.51.61-1.95,1.24-.26-.22-.74-.63-.83-.8-.69-1.31.76-3.87,1.77-5.32C5.3,3.13,9.21.43,11.02.92c.29.08,1.27,1.21,1.27,1.21,0,0-1.81,1.01-3.49,2.41-2.26,1.74-3.97,4.28-5,7.03h0Zm1.35,6.03c-.12.02-.25.03-.37.03-1.21-.03-2.52-1.12-2.65-2.42-.14-1.43.59-2.53,1.88-2.79.15-.03.34-.05.54-.04.72.04,1.79.6,2.04,2.17.22,1.4-.13,2.82-1.44,3.04h0Zm16.4-2.53s-.08-.28-.17-.58c-.09-.3-.19-.51-.19-.51.37-.56.38-1.06.33-1.34-.05-.35-.2-.65-.49-.96-.29-.31-.89-.62-1.74-.86l-.44-.12s-.02-1.04-.04-1.48c-.01-.32-.04-.82-.2-1.31-.18-.66-.5-1.24-.9-1.61,1.1-1.14,1.79-2.4,1.79-3.48,0-2.08-2.56-2.71-5.7-1.4l-.67.28s-1.2-1.18-1.22-1.2C8.33-2.63-2.89,9.84.7,12.86l.78.66c-.2.53-.28,1.13-.22,1.78.08.83.51,1.63,1.21,2.25.66.59,1.53.96,2.37.96,1.4,3.21,4.58,5.19,8.32,5.3,4.01.12,7.37-1.76,8.78-5.14.09-.24.48-1.31.48-2.25s-.54-1.34-.88-1.34\'/></svg>', |
| 1689 | 'supports' => |
| 1690 | array ( |
| 1691 | 'align' => |
| 1692 | array ( |
| 1693 | 0 => 'wide', |
| 1694 | 1 => 'full', |
| 1695 | ), |
| 1696 | 'color' => |
| 1697 | array ( |
| 1698 | 'gradients' => true, |
| 1699 | ), |
| 1700 | 'spacing' => |
| 1701 | array ( |
| 1702 | 'padding' => true, |
| 1703 | 'margin' => true, |
| 1704 | ), |
| 1705 | ), |
| 1706 | 'attributes' => |
| 1707 | array ( |
| 1708 | 'emailPlaceholder' => |
| 1709 | array ( |
| 1710 | 'type' => 'string', |
| 1711 | ), |
| 1712 | 'consentText' => |
| 1713 | array ( |
| 1714 | 'type' => 'string', |
| 1715 | ), |
| 1716 | 'interests' => |
| 1717 | array ( |
| 1718 | 'type' => 'array', |
| 1719 | 'default' => |
| 1720 | array ( |
| 1721 | ), |
| 1722 | ), |
| 1723 | 'processingLabel' => |
| 1724 | array ( |
| 1725 | 'type' => 'string', |
| 1726 | ), |
| 1727 | 'signupFieldTag' => |
| 1728 | array ( |
| 1729 | 'type' => 'string', |
| 1730 | ), |
| 1731 | 'signupFieldValue' => |
| 1732 | array ( |
| 1733 | 'type' => 'string', |
| 1734 | ), |
| 1735 | 'successLabel' => |
| 1736 | array ( |
| 1737 | 'type' => 'string', |
| 1738 | ), |
| 1739 | 'errorLabel' => |
| 1740 | array ( |
| 1741 | 'type' => 'string', |
| 1742 | ), |
| 1743 | 'preview' => |
| 1744 | array ( |
| 1745 | 'type' => 'boolean', |
| 1746 | 'default' => false, |
| 1747 | ), |
| 1748 | ), |
| 1749 | 'example' => |
| 1750 | array ( |
| 1751 | 'attributes' => |
| 1752 | array ( |
| 1753 | 'preview' => true, |
| 1754 | ), |
| 1755 | 'innerBlocks' => |
| 1756 | array ( |
| 1757 | 0 => |
| 1758 | array ( |
| 1759 | 'name' => 'jetpack/button', |
| 1760 | 'attributes' => |
| 1761 | array ( |
| 1762 | 'element' => 'button', |
| 1763 | 'text' => 'Join my Mailchimp audience', |
| 1764 | 'uniqueId' => 'mailchimp-widget-id', |
| 1765 | ), |
| 1766 | ), |
| 1767 | ), |
| 1768 | ), |
| 1769 | 'editorScript' => 'jetpack-blocks-editor', |
| 1770 | ), |
| 1771 | 'map' => |
| 1772 | array ( |
| 1773 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1774 | 'apiVersion' => 3, |
| 1775 | 'name' => 'jetpack/map', |
| 1776 | 'title' => 'Map', |
| 1777 | 'description' => 'Add an interactive map showing one or more locations.', |
| 1778 | 'keywords' => |
| 1779 | array ( |
| 1780 | 0 => 'maps', |
| 1781 | 1 => 'location', |
| 1782 | 2 => 'navigation', |
| 1783 | ), |
| 1784 | 'version' => '12.5.0', |
| 1785 | 'textdomain' => 'jetpack', |
| 1786 | 'category' => 'embed', |
| 1787 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z\' /></svg>', |
| 1788 | 'supports' => |
| 1789 | array ( |
| 1790 | 'defaultStylePicker' => false, |
| 1791 | 'html' => false, |
| 1792 | ), |
| 1793 | 'attributes' => |
| 1794 | array ( |
| 1795 | 'align' => |
| 1796 | array ( |
| 1797 | 'type' => 'string', |
| 1798 | ), |
| 1799 | 'points' => |
| 1800 | array ( |
| 1801 | 'type' => 'array', |
| 1802 | 'default' => |
| 1803 | array ( |
| 1804 | ), |
| 1805 | ), |
| 1806 | 'address' => |
| 1807 | array ( |
| 1808 | 'type' => 'string', |
| 1809 | 'default' => '', |
| 1810 | ), |
| 1811 | 'mapDetails' => |
| 1812 | array ( |
| 1813 | 'type' => 'boolean', |
| 1814 | 'default' => true, |
| 1815 | ), |
| 1816 | 'zoom' => |
| 1817 | array ( |
| 1818 | 'type' => 'integer', |
| 1819 | 'default' => 13, |
| 1820 | ), |
| 1821 | 'mapCenter' => |
| 1822 | array ( |
| 1823 | 'type' => 'object', |
| 1824 | 'default' => |
| 1825 | array ( |
| 1826 | 'longitude' => -122.41941550000001, |
| 1827 | 'latitude' => 37.7749295, |
| 1828 | ), |
| 1829 | ), |
| 1830 | 'markerColor' => |
| 1831 | array ( |
| 1832 | 'type' => 'string', |
| 1833 | 'default' => 'red', |
| 1834 | ), |
| 1835 | 'scrollToZoom' => |
| 1836 | array ( |
| 1837 | 'type' => 'boolean', |
| 1838 | 'default' => false, |
| 1839 | ), |
| 1840 | 'mapHeight' => |
| 1841 | array ( |
| 1842 | 'type' => 'integer', |
| 1843 | ), |
| 1844 | 'showFullscreenButton' => |
| 1845 | array ( |
| 1846 | 'type' => 'boolean', |
| 1847 | 'default' => true, |
| 1848 | ), |
| 1849 | ), |
| 1850 | 'example' => |
| 1851 | array ( |
| 1852 | ), |
| 1853 | 'editorScript' => 'jetpack-blocks-editor', |
| 1854 | ), |
| 1855 | 'markdown' => |
| 1856 | array ( |
| 1857 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1858 | 'apiVersion' => 3, |
| 1859 | 'name' => 'jetpack/markdown', |
| 1860 | 'title' => 'Markdown', |
| 1861 | 'description' => 'Add headings, lists, or links to plain text with ease.', |
| 1862 | 'keywords' => |
| 1863 | array ( |
| 1864 | 0 => 'formatting', |
| 1865 | 1 => 'syntax', |
| 1866 | 2 => 'markup', |
| 1867 | ), |
| 1868 | 'version' => '12.5.0', |
| 1869 | 'textdomain' => 'jetpack', |
| 1870 | 'category' => 'text', |
| 1871 | 'icon' => '<svg viewBox=\'0 0 208 128\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><rect width=\'198\' height=\'118\' x=\'5\' y=\'5\' ry=\'10\' stroke=\'currentColor\' strokeWidth=\'10\' fill=\'none\' /><path d=\'M30 98v-68h20l20 25 20-25h20v68h-20v-39l-20 25-20-25v39zM155 98l-30-33h20v-35h20v35h20z\' />', |
| 1872 | 'supports' => |
| 1873 | array ( |
| 1874 | 'align' => |
| 1875 | array ( |
| 1876 | 0 => 'wide', |
| 1877 | 1 => 'full', |
| 1878 | ), |
| 1879 | 'html' => false, |
| 1880 | 'spacing' => |
| 1881 | array ( |
| 1882 | 'padding' => true, |
| 1883 | 'margin' => true, |
| 1884 | '__experimentalDefaultControls' => |
| 1885 | array ( |
| 1886 | 'padding' => true, |
| 1887 | 'margin' => true, |
| 1888 | ), |
| 1889 | ), |
| 1890 | ), |
| 1891 | 'attributes' => |
| 1892 | array ( |
| 1893 | 'source' => |
| 1894 | array ( |
| 1895 | 'type' => 'string', |
| 1896 | ), |
| 1897 | ), |
| 1898 | 'example' => |
| 1899 | array ( |
| 1900 | 'attributes' => |
| 1901 | array ( |
| 1902 | 'source' => '## ## Try Markdown |
| 1903 | |
| 1904 | Markdown is a text formatting syntax that is converted into HTML. You can _emphasize_ text or **make it strong** with just a few characters.', |
| 1905 | ), |
| 1906 | ), |
| 1907 | 'editorScript' => 'jetpack-blocks-editor', |
| 1908 | ), |
| 1909 | 'nextdoor' => |
| 1910 | array ( |
| 1911 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1912 | 'apiVersion' => 3, |
| 1913 | 'name' => 'jetpack/nextdoor', |
| 1914 | 'title' => 'Nextdoor', |
| 1915 | 'description' => 'Embed a Nextdoor post for your neighbors on your blog.', |
| 1916 | 'keywords' => |
| 1917 | array ( |
| 1918 | 0 => 'neighbor', |
| 1919 | ), |
| 1920 | 'version' => '12.5.0', |
| 1921 | 'textdomain' => 'jetpack', |
| 1922 | 'category' => 'grow', |
| 1923 | 'icon' => '<svg height=\'24\' width=\'24\' viewBox=\'0 0 130 130\' xmlns=\'http://www.w3.org/2000/svg\'><g><path d=\'M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75 33.799 3.064 63.685-21.857 66.75-55.657 3.064-33.8-21.857-63.686-55.657-66.75a62.075 62.075 0 00-6.281-.25zm3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 01-1.25-1.25V63.375c0-5.58-4.309-11.938-11.469-11.938-7.47 0-11.468 6.358-11.468 11.938V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718z\'/></g></svg>', |
| 1924 | 'supports' => |
| 1925 | array ( |
| 1926 | 'align' => true, |
| 1927 | 'alignWide' => true, |
| 1928 | 'html' => false, |
| 1929 | ), |
| 1930 | 'attributes' => |
| 1931 | array ( |
| 1932 | 'url' => |
| 1933 | array ( |
| 1934 | 'type' => 'string', |
| 1935 | ), |
| 1936 | ), |
| 1937 | 'editorScript' => 'jetpack-blocks-editor', |
| 1938 | ), |
| 1939 | 'opentable' => |
| 1940 | array ( |
| 1941 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 1942 | 'apiVersion' => 3, |
| 1943 | 'name' => 'jetpack/opentable', |
| 1944 | 'title' => 'OpenTable', |
| 1945 | 'description' => 'Book a reservation with OpenTable.', |
| 1946 | 'keywords' => |
| 1947 | array ( |
| 1948 | 0 => 'booking', |
| 1949 | 1 => 'reservation', |
| 1950 | 2 => 'restaurant', |
| 1951 | ), |
| 1952 | 'version' => '12.5.0', |
| 1953 | 'textdomain' => 'jetpack', |
| 1954 | 'category' => 'monetize', |
| 1955 | 'icon' => '<svg viewBox=\'0 0 22 16\' width=\'22\' height=\'16\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m1.997 5.982c-.39457-.00039-.7804.11622-1.108699.33511-.328295.21888-.584312.5302-.735674.89459-.15136174.36439-.1912714.76548-.1146819 1.15254.0765899.38707.2662379.74274.5449639 1.02202.278726.27929.634011.46965 1.020921.54702.38692.07732.78809.03826 1.15278-.11238.36469-.15063.67652-.40602.89606-.73387.21954-.32786.33693-.71345.33733-1.10803v-.002c.001-1.1-.89-1.994-1.992-1.995zm12.006 3.988c-.3946.0004-.7805-.11625-1.1088-.33517-.3283-.21893-.5843-.53031-.7357-.89476-.1513-.36444-.1912-.76558-.1145-1.15268s.2664-.74276.5453-1.022c.2788-.27925.6342-.46953 1.0211-.54679.387-.07725.7882-.038 1.1529.11278.3647.15079.6764.40634.8959.73432.2194.32799.3366.71369.3368 1.1083v.003c.0003.52814-.2092 1.03477-.5824 1.4085s-.8795.58397-1.4076.5845zm0-9.96999843c-1.5777-.0009886-3.1203.46588743-4.43262 1.34158843-1.31236.8757-2.33558 2.1209-2.94025 3.57813-.60467 1.45722-.76365 3.06103-.45683 4.60861.30683 1.54757 1.06567 2.96947 2.18058 4.08577 1.1149 1.1163 2.53582 1.8769 4.08302 2.1856 1.5472.3088 3.1512.1518 4.6091-.451 1.458-.6028 2.7045-1.6245 3.5819-2.9358.8773-1.3112 1.3461-2.8532 1.3471-4.4309v-.005c.0008-2.11466-.8384-4.14304-2.3331-5.63899-1.4946-1.495952-3.5222-2.3369478-5.6369-2.33800843z\' /></svg>', |
| 1956 | 'supports' => |
| 1957 | array ( |
| 1958 | 'align' => true, |
| 1959 | 'html' => false, |
| 1960 | ), |
| 1961 | 'attributes' => |
| 1962 | array ( |
| 1963 | 'rid' => |
| 1964 | array ( |
| 1965 | 'default' => |
| 1966 | array ( |
| 1967 | ), |
| 1968 | 'type' => 'array', |
| 1969 | ), |
| 1970 | 'style' => |
| 1971 | array ( |
| 1972 | 'default' => 'standard', |
| 1973 | 'type' => 'string', |
| 1974 | 'enum' => |
| 1975 | array ( |
| 1976 | 0 => 'button', |
| 1977 | 1 => 'standard', |
| 1978 | 2 => 'wide', |
| 1979 | 3 => 'tall', |
| 1980 | ), |
| 1981 | ), |
| 1982 | 'iframe' => |
| 1983 | array ( |
| 1984 | 'default' => true, |
| 1985 | 'type' => 'boolean', |
| 1986 | ), |
| 1987 | 'domain' => |
| 1988 | array ( |
| 1989 | 'default' => 'com', |
| 1990 | 'type' => 'string', |
| 1991 | ), |
| 1992 | 'lang' => |
| 1993 | array ( |
| 1994 | 'default' => 'en-US', |
| 1995 | 'type' => 'string', |
| 1996 | 'enum' => |
| 1997 | array ( |
| 1998 | 0 => 'en-US', |
| 1999 | 1 => 'fr-CA', |
| 2000 | 2 => 'de-DE', |
| 2001 | 3 => 'es-MX', |
| 2002 | 4 => 'ja-JP', |
| 2003 | 5 => 'nl-NL', |
| 2004 | 6 => 'it-IT', |
| 2005 | ), |
| 2006 | ), |
| 2007 | 'newtab' => |
| 2008 | array ( |
| 2009 | 'default' => false, |
| 2010 | 'type' => 'boolean', |
| 2011 | ), |
| 2012 | 'negativeMargin' => |
| 2013 | array ( |
| 2014 | 'default' => false, |
| 2015 | 'type' => 'boolean', |
| 2016 | ), |
| 2017 | ), |
| 2018 | 'example' => |
| 2019 | array ( |
| 2020 | 'attributes' => |
| 2021 | array ( |
| 2022 | 'rid' => |
| 2023 | array ( |
| 2024 | 0 => '1', |
| 2025 | ), |
| 2026 | 'style' => 'standard', |
| 2027 | 'iframe' => true, |
| 2028 | 'domain' => 'com', |
| 2029 | 'lang' => 'en-US', |
| 2030 | 'newtab' => false, |
| 2031 | 'negativeMargin' => false, |
| 2032 | ), |
| 2033 | ), |
| 2034 | 'editorScript' => 'jetpack-blocks-editor', |
| 2035 | ), |
| 2036 | 'payment-buttons' => |
| 2037 | array ( |
| 2038 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2039 | 'apiVersion' => 3, |
| 2040 | 'name' => 'jetpack/payment-buttons', |
| 2041 | 'title' => 'Payment Buttons', |
| 2042 | 'description' => 'Sell products and subscriptions.', |
| 2043 | 'keywords' => |
| 2044 | array ( |
| 2045 | 0 => 'buy', |
| 2046 | 1 => 'contribution', |
| 2047 | 2 => 'commerce', |
| 2048 | 3 => 'credit card', |
| 2049 | 4 => 'debit card', |
| 2050 | 5 => 'donate', |
| 2051 | 6 => 'Donations', |
| 2052 | 7 => 'earn', |
| 2053 | 8 => 'monetize', |
| 2054 | 9 => 'ecommerce', |
| 2055 | 10 => 'gofundme', |
| 2056 | 11 => 'memberships', |
| 2057 | 12 => 'money', |
| 2058 | 13 => 'paid', |
| 2059 | 14 => 'patreon', |
| 2060 | 15 => 'pay', |
| 2061 | 16 => 'payments', |
| 2062 | 17 => 'products', |
| 2063 | 18 => 'purchase', |
| 2064 | 19 => 'recurring', |
| 2065 | 20 => 'sell', |
| 2066 | 21 => 'shop', |
| 2067 | 22 => 'stripe', |
| 2068 | 23 => 'subscribe', |
| 2069 | 24 => 'subscriptions', |
| 2070 | 25 => 'sponsor', |
| 2071 | 26 => 'square', |
| 2072 | 27 => 'toast', |
| 2073 | 28 => 'venmo', |
| 2074 | ), |
| 2075 | 'version' => '12.5.0', |
| 2076 | 'textdomain' => 'jetpack', |
| 2077 | 'category' => 'monetize', |
| 2078 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 2v2H4V6h16zM4 18v-6h16v6H4zm2-4h7v2H6v-2zm9 0h3v2h-3v-2z\'/></svg>', |
| 2079 | 'supports' => |
| 2080 | array ( |
| 2081 | '__experimentalExposeControlsToChildren' => true, |
| 2082 | 'align' => |
| 2083 | array ( |
| 2084 | 0 => 'wide', |
| 2085 | 1 => 'full', |
| 2086 | ), |
| 2087 | 'spacing' => |
| 2088 | array ( |
| 2089 | 'blockGap' => true, |
| 2090 | 'margin' => |
| 2091 | array ( |
| 2092 | 0 => 'vertical', |
| 2093 | ), |
| 2094 | '__experimentalDefaultControls' => |
| 2095 | array ( |
| 2096 | 'blockGap' => true, |
| 2097 | ), |
| 2098 | ), |
| 2099 | 'layout' => |
| 2100 | array ( |
| 2101 | 'allowSwitching' => false, |
| 2102 | 'allowInheriting' => false, |
| 2103 | 'default' => |
| 2104 | array ( |
| 2105 | 'type' => 'flex', |
| 2106 | ), |
| 2107 | ), |
| 2108 | 'typography' => |
| 2109 | array ( |
| 2110 | 'fontSize' => true, |
| 2111 | '__experimentalFontFamily' => true, |
| 2112 | '__experimentalTextTransform' => true, |
| 2113 | '__experimentalDefaultControls' => |
| 2114 | array ( |
| 2115 | 'fontSize' => true, |
| 2116 | ), |
| 2117 | ), |
| 2118 | ), |
| 2119 | 'attributes' => |
| 2120 | array ( |
| 2121 | ), |
| 2122 | 'editorScript' => 'jetpack-blocks-editor', |
| 2123 | ), |
| 2124 | 'payments-intro' => |
| 2125 | array ( |
| 2126 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2127 | 'apiVersion' => 3, |
| 2128 | 'name' => 'jetpack/payments-intro', |
| 2129 | 'title' => 'Payments', |
| 2130 | 'description' => 'Sell products and services or receive donations on your website.', |
| 2131 | 'keywords' => |
| 2132 | array ( |
| 2133 | 0 => 'earn', |
| 2134 | 1 => 'monetize', |
| 2135 | 2 => 'paid', |
| 2136 | 3 => 'pay', |
| 2137 | 4 => 'money', |
| 2138 | 5 => 'checkout', |
| 2139 | ), |
| 2140 | 'version' => '12.5.0', |
| 2141 | 'textdomain' => 'jetpack', |
| 2142 | 'category' => 'monetize', |
| 2143 | 'icon' => '<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' width=\'24\' height=\'24\'><path d=\'M3.25 12a8.75 8.75 0 1117.5 0 8.75 8.75 0 01-17.5 0zM12 4.75a7.25 7.25 0 100 14.5 7.25 7.25 0 000-14.5zm-1.338 4.877c-.314.22-.412.452-.412.623 0 .171.098.403.412.623.312.218.783.377 1.338.377.825 0 1.605.233 2.198.648.59.414 1.052 1.057 1.052 1.852 0 .795-.461 1.438-1.052 1.852-.41.286-.907.486-1.448.582v.316a.75.75 0 01-1.5 0v-.316a3.64 3.64 0 01-1.448-.582c-.59-.414-1.052-1.057-1.052-1.852a.75.75 0 011.5 0c0 .171.098.403.412.623.312.218.783.377 1.338.377s1.026-.159 1.338-.377c.314-.22.412-.452.412-.623 0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377-.825 0-1.605-.233-2.198-.648-.59-.414-1.052-1.057-1.052-1.852 0-.795.461-1.438 1.052-1.852a3.64 3.64 0 011.448-.582V7.5a.75.75 0 011.5 0v.316c.54.096 1.039.296 1.448.582.59.414 1.052 1.057 1.052 1.852a.75.75 0 01-1.5 0c0-.171-.098-.403-.412-.623-.312-.218-.783-.377-1.338-.377s-1.026.159-1.338.377z\'></path></svg>', |
| 2144 | 'supports' => |
| 2145 | array ( |
| 2146 | 'alignWide' => false, |
| 2147 | 'className' => true, |
| 2148 | 'customClassName' => false, |
| 2149 | 'html' => false, |
| 2150 | 'reusable' => false, |
| 2151 | ), |
| 2152 | 'editorScript' => 'jetpack-blocks-editor', |
| 2153 | ), |
| 2154 | 'paywall' => |
| 2155 | array ( |
| 2156 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2157 | 'apiVersion' => 3, |
| 2158 | 'name' => 'jetpack/paywall', |
| 2159 | 'title' => 'Paywall', |
| 2160 | 'description' => 'Limit access to the content below this block to chosen subscribers.', |
| 2161 | 'keywords' => |
| 2162 | array ( |
| 2163 | 0 => 'earn', |
| 2164 | 1 => 'monetize', |
| 2165 | 2 => 'more', |
| 2166 | 3 => 'email', |
| 2167 | 4 => 'follow', |
| 2168 | 5 => 'gated', |
| 2169 | 6 => 'memberships', |
| 2170 | 7 => 'newsletter', |
| 2171 | 8 => 'signin', |
| 2172 | 9 => 'subscribe', |
| 2173 | 10 => 'subscription', |
| 2174 | 11 => 'subscriptions', |
| 2175 | ), |
| 2176 | 'version' => '12.5.0', |
| 2177 | 'textdomain' => 'jetpack', |
| 2178 | 'category' => 'monetize', |
| 2179 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M4 16.7134L20 16.7134V15.106H4V16.7134Z\' /><path d=\'M16 21H20V19.3925H16V21Z\' /><path d=\'M14 21H10V19.3925H14V21Z\' /><path d=\'M4 21H8V19.3925H4V21Z\' /><path d=\'M11.471 6.37162C11.2294 6.55286 11.1538 6.74395 11.1538 6.88519C11.1538 7.02644 11.2294 7.21752 11.471 7.39877C11.7108 7.57865 12.0728 7.70953 12.5 7.70953C13.1349 7.70953 13.7344 7.90158 14.1907 8.24382C14.6451 8.5847 15 9.11491 15 9.77039C15 10.4259 14.6451 10.9561 14.1907 11.297C13.8758 11.5331 13.4928 11.6978 13.0769 11.7771V12.0373C13.0769 12.3788 12.8186 12.6556 12.5 12.6556C12.1814 12.6556 11.9231 12.3788 11.9231 12.0373V11.7771C11.5072 11.6978 11.1242 11.5331 10.8093 11.297C10.3549 10.9561 10 10.4259 10 9.77039C10 9.42893 10.2583 9.15213 10.5769 9.15213C10.8955 9.15213 11.1538 9.42893 11.1538 9.77039C11.1538 9.91163 11.2294 10.1027 11.471 10.284C11.7108 10.4638 12.0728 10.5947 12.5 10.5947C12.9272 10.5947 13.2892 10.4638 13.529 10.284C13.7706 10.1027 13.8462 9.91163 13.8462 9.77039C13.8462 9.62914 13.7706 9.43806 13.529 9.25681C13.2892 9.07693 12.9272 8.94605 12.5 8.94605C11.8651 8.94605 11.2656 8.754 10.8093 8.41176C10.3549 8.07089 10 7.54067 10 6.88519C10 6.22971 10.3549 5.6995 10.8093 5.35863C11.1242 5.12246 11.5072 4.95781 11.9231 4.87844V4.61826C11.9231 4.2768 12.1814 4 12.5 4C12.8186 4 13.0769 4.2768 13.0769 4.61826V4.87844C13.4928 4.95781 13.8758 5.12246 14.1907 5.35863C14.6451 5.6995 15 6.22971 15 6.88519C15 7.22665 14.7417 7.50345 14.4231 7.50345C14.1045 7.50345 13.8462 7.22665 13.8462 6.88519C13.8462 6.74395 13.7706 6.55286 13.529 6.37162C13.2892 6.19174 12.9272 6.06085 12.5 6.06085C12.0728 6.06085 11.7108 6.19174 11.471 6.37162Z\' /></svg>', |
| 2180 | 'supports' => |
| 2181 | array ( |
| 2182 | 'customClassName' => false, |
| 2183 | 'html' => false, |
| 2184 | 'multiple' => false, |
| 2185 | ), |
| 2186 | 'parent' => |
| 2187 | array ( |
| 2188 | 0 => 'core/post-content', |
| 2189 | ), |
| 2190 | 'editorScript' => 'jetpack-blocks-editor', |
| 2191 | ), |
| 2192 | 'pinterest' => |
| 2193 | array ( |
| 2194 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2195 | 'apiVersion' => 3, |
| 2196 | 'name' => 'jetpack/pinterest', |
| 2197 | 'title' => 'Pinterest', |
| 2198 | 'description' => 'Embed a Pinterest pin, board, or user.', |
| 2199 | 'keywords' => |
| 2200 | array ( |
| 2201 | 0 => 'social', |
| 2202 | 1 => 'pinboard', |
| 2203 | 2 => 'pins', |
| 2204 | ), |
| 2205 | 'version' => '12.5.0', |
| 2206 | 'textdomain' => 'jetpack', |
| 2207 | 'category' => 'embed', |
| 2208 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M12,2C6.477,2,2,6.477,2,12c0,4.236,2.636,7.855,6.356,9.312c-0.087-0.791-0.166-2.005,0.035-2.869c0.182-0.78,1.173-4.971,1.173-4.971s-0.299-0.599-0.299-1.484c0-1.39,0.806-2.429,1.809-2.429c0.853,0,1.265,0.641,1.265,1.409c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.144-1.874,3.144-4.579c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282c0.082,0.099,0.094,0.186,0.069,0.287C8.18,14.682,8.011,15.361,7.978,15.5c-0.044,0.183-0.145,0.222-0.334,0.134c-1.249-0.581-2.03-2.407-2.03-3.874c0-3.154,2.292-6.051,6.607-6.051c3.469,0,6.165,2.472,6.165,5.775c0,3.446-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.526-2.292-1.148c0,0-0.501,1.909-0.623,2.377c-0.226,0.869-0.835,1.957-1.243,2.622C9.975,21.844,10.969,22,12,22c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2z\'/></svg>', |
| 2209 | 'supports' => |
| 2210 | array ( |
| 2211 | 'html' => false, |
| 2212 | 'align' => false, |
| 2213 | 'inserter' => false, |
| 2214 | ), |
| 2215 | 'attributes' => |
| 2216 | array ( |
| 2217 | 'url' => |
| 2218 | array ( |
| 2219 | 'type' => 'string', |
| 2220 | ), |
| 2221 | ), |
| 2222 | 'example' => |
| 2223 | array ( |
| 2224 | 'attributes' => |
| 2225 | array ( |
| 2226 | 'url' => 'https://pinterest.com/anapinskywalker/', |
| 2227 | ), |
| 2228 | ), |
| 2229 | 'editorScript' => 'jetpack-blocks-editor', |
| 2230 | ), |
| 2231 | 'podcast-player' => |
| 2232 | array ( |
| 2233 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2234 | 'apiVersion' => 3, |
| 2235 | 'name' => 'jetpack/podcast-player', |
| 2236 | 'title' => 'Podcast Player', |
| 2237 | 'description' => 'Select and play episodes from a single podcast.', |
| 2238 | 'keywords' => |
| 2239 | array ( |
| 2240 | 0 => 'audio', |
| 2241 | 1 => 'embed', |
| 2242 | ), |
| 2243 | 'version' => '12.5.0', |
| 2244 | 'textdomain' => 'jetpack', |
| 2245 | 'category' => 'embed', |
| 2246 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m22,6h-5v8.18c-.31-.11-.65-.18-1-.18-1.66,0-3,1.34-3,3s1.34,3,3,3,3-1.34,3-3v-9h3v-2h0Zm-7,0H3v2h12v-2h0Zm0,4H3v2h12v-2h0Zm-4,4H3v2h8v-2h0Zm4,3c0-.55.45-1,1-1s1,.45,1,1-.45,1-1,1-1-.45-1-1Z\' /></svg>', |
| 2247 | 'supports' => |
| 2248 | array ( |
| 2249 | 'align' => |
| 2250 | array ( |
| 2251 | 0 => 'wide', |
| 2252 | 1 => 'full', |
| 2253 | ), |
| 2254 | 'spacing' => |
| 2255 | array ( |
| 2256 | 'padding' => true, |
| 2257 | 'margin' => true, |
| 2258 | ), |
| 2259 | 'anchor' => false, |
| 2260 | 'customClassName' => true, |
| 2261 | 'className' => true, |
| 2262 | 'html' => false, |
| 2263 | 'multiple' => true, |
| 2264 | 'reusable' => true, |
| 2265 | ), |
| 2266 | 'attributes' => |
| 2267 | array ( |
| 2268 | 'url' => |
| 2269 | array ( |
| 2270 | 'type' => 'string', |
| 2271 | ), |
| 2272 | 'selectedEpisodes' => |
| 2273 | array ( |
| 2274 | 'type' => 'array', |
| 2275 | 'default' => |
| 2276 | array ( |
| 2277 | ), |
| 2278 | ), |
| 2279 | 'itemsToShow' => |
| 2280 | array ( |
| 2281 | 'type' => 'integer', |
| 2282 | 'default' => 5, |
| 2283 | ), |
| 2284 | 'showCoverArt' => |
| 2285 | array ( |
| 2286 | 'type' => 'boolean', |
| 2287 | 'default' => true, |
| 2288 | ), |
| 2289 | 'showEpisodeTitle' => |
| 2290 | array ( |
| 2291 | 'type' => 'boolean', |
| 2292 | 'default' => true, |
| 2293 | ), |
| 2294 | 'showEpisodeDescription' => |
| 2295 | array ( |
| 2296 | 'type' => 'boolean', |
| 2297 | 'default' => true, |
| 2298 | ), |
| 2299 | 'primaryColor' => |
| 2300 | array ( |
| 2301 | 'type' => 'string', |
| 2302 | ), |
| 2303 | 'customPrimaryColor' => |
| 2304 | array ( |
| 2305 | 'type' => 'string', |
| 2306 | ), |
| 2307 | 'hexPrimaryColor' => |
| 2308 | array ( |
| 2309 | 'type' => 'string', |
| 2310 | ), |
| 2311 | 'secondaryColor' => |
| 2312 | array ( |
| 2313 | 'type' => 'string', |
| 2314 | ), |
| 2315 | 'customSecondaryColor' => |
| 2316 | array ( |
| 2317 | 'type' => 'string', |
| 2318 | ), |
| 2319 | 'hexSecondaryColor' => |
| 2320 | array ( |
| 2321 | 'type' => 'string', |
| 2322 | ), |
| 2323 | 'backgroundColor' => |
| 2324 | array ( |
| 2325 | 'type' => 'string', |
| 2326 | ), |
| 2327 | 'customBackgroundColor' => |
| 2328 | array ( |
| 2329 | 'type' => 'string', |
| 2330 | ), |
| 2331 | 'hexBackgroundColor' => |
| 2332 | array ( |
| 2333 | 'type' => 'string', |
| 2334 | ), |
| 2335 | 'exampleFeedData' => |
| 2336 | array ( |
| 2337 | 'type' => 'object', |
| 2338 | ), |
| 2339 | ), |
| 2340 | 'example' => |
| 2341 | array ( |
| 2342 | 'attributes' => |
| 2343 | array ( |
| 2344 | 'customPrimaryColor' => 'GREEN', |
| 2345 | 'hexPrimaryColor' => 'GREEN', |
| 2346 | 'exampleFeedData' => |
| 2347 | array ( |
| 2348 | 'title' => 'Jetpack Example Podcast', |
| 2349 | 'link' => 'https://jetpack.com', |
| 2350 | 'cover' => 'https://jetpackme.files.wordpress.com/2020/05/jetpack-example-podcast-cover.png?w=160', |
| 2351 | 'tracks' => |
| 2352 | array ( |
| 2353 | 0 => |
| 2354 | array ( |
| 2355 | 'id' => '3', |
| 2356 | 'title' => '3. Our third episode', |
| 2357 | 'duration' => '14:58', |
| 2358 | ), |
| 2359 | 1 => |
| 2360 | array ( |
| 2361 | 'id' => '2', |
| 2362 | 'title' => '2. Interview with a special guest', |
| 2363 | 'duration' => '19:17', |
| 2364 | ), |
| 2365 | 2 => |
| 2366 | array ( |
| 2367 | 'id' => '1', |
| 2368 | 'title' => '1. Welcome to Example Podcast', |
| 2369 | 'duration' => '11:25', |
| 2370 | ), |
| 2371 | ), |
| 2372 | ), |
| 2373 | ), |
| 2374 | ), |
| 2375 | 'editorScript' => 'jetpack-blocks-editor', |
| 2376 | ), |
| 2377 | 'premium-content' => |
| 2378 | array ( |
| 2379 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2380 | 'apiVersion' => 3, |
| 2381 | 'name' => 'premium-content/container', |
| 2382 | 'title' => 'Paid Content', |
| 2383 | 'description' => 'Restrict access to your content for paying subscribers.', |
| 2384 | 'keywords' => |
| 2385 | array ( |
| 2386 | 0 => 'buy', |
| 2387 | 1 => 'credit card', |
| 2388 | 2 => 'debit card', |
| 2389 | 3 => 'monetize', |
| 2390 | 4 => 'earn', |
| 2391 | 5 => 'exclusive', |
| 2392 | 6 => 'gated', |
| 2393 | 7 => 'gofundme', |
| 2394 | 8 => 'memberships', |
| 2395 | 9 => 'money', |
| 2396 | 10 => 'newsletter', |
| 2397 | 11 => 'paid', |
| 2398 | 12 => 'patreon', |
| 2399 | 13 => 'pay', |
| 2400 | 14 => 'payments', |
| 2401 | 15 => 'paywall', |
| 2402 | 16 => 'premium content', |
| 2403 | 17 => 'purchase', |
| 2404 | 18 => 'recurring', |
| 2405 | 19 => 'repeat', |
| 2406 | 20 => 'signin', |
| 2407 | 21 => 'stripe', |
| 2408 | 22 => 'subscribe', |
| 2409 | 23 => 'subscriptions', |
| 2410 | 24 => 'support', |
| 2411 | 25 => 'sponsor', |
| 2412 | 26 => 'square', |
| 2413 | 27 => 'toast', |
| 2414 | 28 => 'venmo', |
| 2415 | 29 => 'stripe', |
| 2416 | 30 => 'substack', |
| 2417 | ), |
| 2418 | 'version' => '12.5.0', |
| 2419 | 'textdomain' => 'jetpack', |
| 2420 | 'category' => 'monetize', |
| 2421 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m12.74,14.43l-4.1-1.26-.13.71-.42,6.87c-.03.49.52.81.93.54l3.72-2.48,4,2.51c.42.26.96-.07.92-.56l-.64-6.87v-.71l-4.28,1.26Z\'/><path d=\'m12.74,15.14c-3.55,0-6.44-2.89-6.44-6.44s2.89-6.44,6.44-6.44,6.44,2.89,6.44,6.44-2.89,6.44-6.44,6.44Zm0-11.89c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z\'/><path d=\'M11.95 11.08 9.36 8.48 10.06 7.77 11.95 9.66 15.42 6.19 16.13 6.9 11.95 11.08z\'/></svg>', |
| 2422 | 'supports' => |
| 2423 | array ( |
| 2424 | 'html' => false, |
| 2425 | ), |
| 2426 | 'providesContext' => |
| 2427 | array ( |
| 2428 | 'premium-content/planIds' => 'selectedPlanIds', |
| 2429 | 'premium-content/isPreview' => 'isPreview', |
| 2430 | 'isPremiumContentChild' => 'isPremiumContentChild', |
| 2431 | ), |
| 2432 | 'attributes' => |
| 2433 | array ( |
| 2434 | 'selectedPlanIds' => |
| 2435 | array ( |
| 2436 | 'type' => 'array', |
| 2437 | 'default' => |
| 2438 | array ( |
| 2439 | ), |
| 2440 | ), |
| 2441 | 'isPreview' => |
| 2442 | array ( |
| 2443 | 'type' => 'boolean', |
| 2444 | 'default' => false, |
| 2445 | ), |
| 2446 | 'isPremiumContentChild' => |
| 2447 | array ( |
| 2448 | 'type' => 'boolean', |
| 2449 | 'default' => true, |
| 2450 | ), |
| 2451 | ), |
| 2452 | 'example' => |
| 2453 | array ( |
| 2454 | 'attributes' => |
| 2455 | array ( |
| 2456 | 'isPreview' => true, |
| 2457 | ), |
| 2458 | ), |
| 2459 | 'editorScript' => 'jetpack-blocks-editor', |
| 2460 | ), |
| 2461 | 'rating-star' => |
| 2462 | array ( |
| 2463 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2464 | 'apiVersion' => 3, |
| 2465 | 'name' => 'jetpack/rating-star', |
| 2466 | 'title' => 'Star Rating', |
| 2467 | 'description' => 'Rate movies, books, songs, recipes — anything you can put a number on.', |
| 2468 | 'keywords' => |
| 2469 | array ( |
| 2470 | 0 => 'star', |
| 2471 | 1 => 'rating', |
| 2472 | 2 => 'review', |
| 2473 | ), |
| 2474 | 'version' => '12.5.0', |
| 2475 | 'textdomain' => 'jetpack', |
| 2476 | 'category' => 'widgets', |
| 2477 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z\'/></svg>', |
| 2478 | 'supports' => |
| 2479 | array ( |
| 2480 | 'html' => false, |
| 2481 | ), |
| 2482 | 'styles' => |
| 2483 | array ( |
| 2484 | 0 => |
| 2485 | array ( |
| 2486 | 'name' => 'filled', |
| 2487 | 'label' => 'Filled', |
| 2488 | 'isDefault' => true, |
| 2489 | ), |
| 2490 | 1 => |
| 2491 | array ( |
| 2492 | 'name' => 'outlined', |
| 2493 | 'label' => 'Outlined', |
| 2494 | ), |
| 2495 | ), |
| 2496 | 'attributes' => |
| 2497 | array ( |
| 2498 | 'rating' => |
| 2499 | array ( |
| 2500 | 'type' => 'number', |
| 2501 | 'default' => 1, |
| 2502 | ), |
| 2503 | 'maxRating' => |
| 2504 | array ( |
| 2505 | 'type' => 'number', |
| 2506 | 'default' => 5, |
| 2507 | ), |
| 2508 | 'color' => |
| 2509 | array ( |
| 2510 | 'type' => 'string', |
| 2511 | ), |
| 2512 | 'ratingStyle' => |
| 2513 | array ( |
| 2514 | 'type' => 'string', |
| 2515 | 'default' => 'star', |
| 2516 | ), |
| 2517 | 'className' => |
| 2518 | array ( |
| 2519 | 'type' => 'string', |
| 2520 | ), |
| 2521 | 'align' => |
| 2522 | array ( |
| 2523 | 'type' => 'string', |
| 2524 | 'default' => 'left', |
| 2525 | ), |
| 2526 | ), |
| 2527 | 'example' => |
| 2528 | array ( |
| 2529 | ), |
| 2530 | 'editorScript' => 'jetpack-blocks-editor', |
| 2531 | ), |
| 2532 | 'recipe' => |
| 2533 | array ( |
| 2534 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2535 | 'apiVersion' => 3, |
| 2536 | 'name' => 'jetpack/recipe', |
| 2537 | 'title' => 'Recipe (Beta)', |
| 2538 | 'description' => 'Add images, ingredients and cooking steps to display an easy to read recipe.', |
| 2539 | 'keywords' => |
| 2540 | array ( |
| 2541 | ), |
| 2542 | 'version' => '12.5.0', |
| 2543 | 'textdomain' => 'jetpack', |
| 2544 | 'category' => 'widgets', |
| 2545 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z\' /><path d=\'M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z\' /><path d=\'M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z\' /><path d=\'M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z\' /></svg>', |
| 2546 | 'supports' => |
| 2547 | array ( |
| 2548 | 'align' => |
| 2549 | array ( |
| 2550 | 0 => 'full', |
| 2551 | 1 => 'wide', |
| 2552 | ), |
| 2553 | 'alignWide' => true, |
| 2554 | 'anchor' => false, |
| 2555 | 'customClassName' => true, |
| 2556 | 'className' => true, |
| 2557 | 'html' => false, |
| 2558 | 'multiple' => true, |
| 2559 | 'reusable' => true, |
| 2560 | ), |
| 2561 | 'attributes' => |
| 2562 | array ( |
| 2563 | 'ingredients' => |
| 2564 | array ( |
| 2565 | 'type' => 'array', |
| 2566 | 'default' => |
| 2567 | array ( |
| 2568 | ), |
| 2569 | ), |
| 2570 | 'steps' => |
| 2571 | array ( |
| 2572 | 'type' => 'array', |
| 2573 | 'default' => |
| 2574 | array ( |
| 2575 | ), |
| 2576 | ), |
| 2577 | ), |
| 2578 | 'editorScript' => 'jetpack-blocks-editor', |
| 2579 | ), |
| 2580 | 'recurring-payments' => |
| 2581 | array ( |
| 2582 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2583 | 'apiVersion' => 3, |
| 2584 | 'name' => 'jetpack/recurring-payments', |
| 2585 | 'title' => 'Payment Button', |
| 2586 | 'description' => 'Button allowing you to sell products and subscriptions.', |
| 2587 | 'keywords' => |
| 2588 | array ( |
| 2589 | 0 => 'buy', |
| 2590 | 1 => 'contribution', |
| 2591 | 2 => 'commerce', |
| 2592 | 3 => 'credit card', |
| 2593 | 4 => 'debit card', |
| 2594 | 5 => 'donate', |
| 2595 | 6 => 'Donations', |
| 2596 | 7 => 'monetize', |
| 2597 | 8 => 'earn', |
| 2598 | 9 => 'ecommerce', |
| 2599 | 10 => 'gofundme', |
| 2600 | 11 => 'memberships', |
| 2601 | 12 => 'money', |
| 2602 | 13 => 'paid', |
| 2603 | 14 => 'patreon', |
| 2604 | 15 => 'pay', |
| 2605 | 16 => 'payments', |
| 2606 | 17 => 'products', |
| 2607 | 18 => 'purchase', |
| 2608 | 19 => 'recurring', |
| 2609 | 20 => 'sell', |
| 2610 | 21 => 'shop', |
| 2611 | 22 => 'stripe', |
| 2612 | 23 => 'subscribe', |
| 2613 | 24 => 'subscriptions', |
| 2614 | 25 => 'sponsor', |
| 2615 | 26 => 'square', |
| 2616 | 27 => 'toast', |
| 2617 | 28 => 'venmo', |
| 2618 | ), |
| 2619 | 'version' => '12.5.0', |
| 2620 | 'textdomain' => 'jetpack', |
| 2621 | 'category' => 'monetize', |
| 2622 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 2v2H4V6h16zM4 18v-6h16v6H4zm2-4h7v2H6v-2zm9 0h3v2h-3v-2z\'/></svg>', |
| 2623 | 'supports' => |
| 2624 | array ( |
| 2625 | 'html' => false, |
| 2626 | '__experimentalExposeControlsToChildren' => true, |
| 2627 | ), |
| 2628 | 'usesContext' => |
| 2629 | array ( |
| 2630 | 0 => 'isPremiumContentChild', |
| 2631 | ), |
| 2632 | 'providesContext' => |
| 2633 | array ( |
| 2634 | 'jetpack/parentBlockWidth' => 'width', |
| 2635 | ), |
| 2636 | 'attributes' => |
| 2637 | array ( |
| 2638 | 'planId' => |
| 2639 | array ( |
| 2640 | 'type' => 'integer', |
| 2641 | ), |
| 2642 | 'planIds' => |
| 2643 | array ( |
| 2644 | 'type' => 'array', |
| 2645 | ), |
| 2646 | 'align' => |
| 2647 | array ( |
| 2648 | 'type' => 'string', |
| 2649 | ), |
| 2650 | 'url' => |
| 2651 | array ( |
| 2652 | 'type' => 'string', |
| 2653 | 'default' => '#', |
| 2654 | ), |
| 2655 | 'uniqueId' => |
| 2656 | array ( |
| 2657 | 'type' => 'string', |
| 2658 | 'default' => 'id', |
| 2659 | ), |
| 2660 | 'width' => |
| 2661 | array ( |
| 2662 | 'type' => 'string', |
| 2663 | ), |
| 2664 | ), |
| 2665 | 'parent' => |
| 2666 | array ( |
| 2667 | 0 => 'jetpack/payment-buttons', |
| 2668 | ), |
| 2669 | 'editorScript' => 'jetpack-blocks-editor', |
| 2670 | ), |
| 2671 | 'related-posts' => |
| 2672 | array ( |
| 2673 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2674 | 'apiVersion' => 3, |
| 2675 | 'name' => 'jetpack/related-posts', |
| 2676 | 'title' => 'Related Posts', |
| 2677 | 'description' => 'Display a list of related posts.', |
| 2678 | 'keywords' => |
| 2679 | array ( |
| 2680 | 0 => 'similar content', |
| 2681 | 1 => 'linked', |
| 2682 | 2 => 'connected', |
| 2683 | ), |
| 2684 | 'version' => '12.5.0', |
| 2685 | 'textdomain' => 'jetpack', |
| 2686 | 'category' => 'embed', |
| 2687 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m19.5,3.5H3.5v4.94s.01,6,.01,6v4s-.01,0-.01,0v1h15.97v-.06h.05l-.02-15.88Zm-11,1v3.94s-3.99,0-3.99,0v-3.94s3.99,0,3.99,0Zm.01,4.94v4h-4v-4h4Zm-3.99,9v-4s3.99,0,3.99,0v4s-3.99,0-3.99,0Zm13.98-13.94v3.94s-8.99,0-8.99,0v-3.94s8.99,0,8.99,0Zm.01,4.94v4h-9v-4h9Zm-8.99,9v-4s8.99,0,8.99,0v4s-8.99,0-8.99,0Z\'/></svg>', |
| 2688 | 'supports' => |
| 2689 | array ( |
| 2690 | 'html' => false, |
| 2691 | 'multiple' => false, |
| 2692 | 'reusable' => false, |
| 2693 | 'color' => |
| 2694 | array ( |
| 2695 | 'gradients' => true, |
| 2696 | 'link' => true, |
| 2697 | ), |
| 2698 | 'spacing' => |
| 2699 | array ( |
| 2700 | 'margin' => true, |
| 2701 | 'padding' => true, |
| 2702 | ), |
| 2703 | 'typography' => |
| 2704 | array ( |
| 2705 | '__experimentalFontFamily' => true, |
| 2706 | 'fontSize' => true, |
| 2707 | 'lineHeight' => true, |
| 2708 | ), |
| 2709 | 'align' => |
| 2710 | array ( |
| 2711 | 0 => 'wide', |
| 2712 | 1 => 'full', |
| 2713 | ), |
| 2714 | ), |
| 2715 | 'attributes' => |
| 2716 | array ( |
| 2717 | 'postLayout' => |
| 2718 | array ( |
| 2719 | 'type' => 'string', |
| 2720 | 'default' => 'grid', |
| 2721 | ), |
| 2722 | 'displayAuthor' => |
| 2723 | array ( |
| 2724 | 'type' => 'boolean', |
| 2725 | 'default' => false, |
| 2726 | ), |
| 2727 | 'displayDate' => |
| 2728 | array ( |
| 2729 | 'type' => 'boolean', |
| 2730 | 'default' => true, |
| 2731 | ), |
| 2732 | 'displayThumbnails' => |
| 2733 | array ( |
| 2734 | 'type' => 'boolean', |
| 2735 | 'default' => false, |
| 2736 | ), |
| 2737 | 'displayContext' => |
| 2738 | array ( |
| 2739 | 'type' => 'boolean', |
| 2740 | 'default' => false, |
| 2741 | ), |
| 2742 | 'postsToShow' => |
| 2743 | array ( |
| 2744 | 'type' => 'number', |
| 2745 | 'default' => 3, |
| 2746 | ), |
| 2747 | ), |
| 2748 | 'example' => |
| 2749 | array ( |
| 2750 | 'attributes' => |
| 2751 | array ( |
| 2752 | 'postLayout' => 'grid', |
| 2753 | 'displayAuthor' => false, |
| 2754 | 'displayDate' => true, |
| 2755 | 'displayThumbnails' => true, |
| 2756 | 'displayContext' => false, |
| 2757 | 'postsToShow' => 2, |
| 2758 | ), |
| 2759 | ), |
| 2760 | 'editorScript' => 'jetpack-blocks-editor', |
| 2761 | ), |
| 2762 | 'repeat-visitor' => |
| 2763 | array ( |
| 2764 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2765 | 'apiVersion' => 3, |
| 2766 | 'name' => 'jetpack/repeat-visitor', |
| 2767 | 'title' => 'Repeat Visitor', |
| 2768 | 'description' => 'Control block visibility based on how often a visitor has viewed the page.', |
| 2769 | 'keywords' => |
| 2770 | array ( |
| 2771 | 0 => 'return', |
| 2772 | 1 => 'visitors', |
| 2773 | 2 => 'visibility', |
| 2774 | ), |
| 2775 | 'version' => '12.5.0', |
| 2776 | 'textdomain' => 'jetpack', |
| 2777 | 'category' => 'widgets', |
| 2778 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z\'/></svg>', |
| 2779 | 'supports' => |
| 2780 | array ( |
| 2781 | 'align' => |
| 2782 | array ( |
| 2783 | 0 => 'wide', |
| 2784 | 1 => 'full', |
| 2785 | ), |
| 2786 | 'html' => false, |
| 2787 | ), |
| 2788 | 'attributes' => |
| 2789 | array ( |
| 2790 | 'criteria' => |
| 2791 | array ( |
| 2792 | 'type' => 'string', |
| 2793 | 'default' => 'after-visits', |
| 2794 | ), |
| 2795 | 'threshold' => |
| 2796 | array ( |
| 2797 | 'type' => 'number', |
| 2798 | 'default' => 3, |
| 2799 | ), |
| 2800 | ), |
| 2801 | 'example' => |
| 2802 | array ( |
| 2803 | 'attributes' => |
| 2804 | array ( |
| 2805 | 'criteria' => 'after-visits', |
| 2806 | 'threshold' => 3, |
| 2807 | ), |
| 2808 | 'innerBlocks' => |
| 2809 | array ( |
| 2810 | 0 => |
| 2811 | array ( |
| 2812 | 'name' => 'core/paragraph', |
| 2813 | 'attributes' => 'This block will only appear to a visitor who visited the page three or more times.', |
| 2814 | ), |
| 2815 | ), |
| 2816 | ), |
| 2817 | 'editorScript' => 'jetpack-blocks-editor', |
| 2818 | ), |
| 2819 | 'send-a-message' => |
| 2820 | array ( |
| 2821 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2822 | 'apiVersion' => 3, |
| 2823 | 'name' => 'jetpack/send-a-message', |
| 2824 | 'title' => 'Send A Message', |
| 2825 | 'description' => 'Let your visitors send you messages with the tap of a button.', |
| 2826 | 'keywords' => |
| 2827 | array ( |
| 2828 | 0 => 'whatsapp', |
| 2829 | 1 => 'messenger', |
| 2830 | 2 => 'contact', |
| 2831 | 3 => 'support', |
| 2832 | ), |
| 2833 | 'version' => '12.5.0', |
| 2834 | 'textdomain' => 'jetpack', |
| 2835 | 'category' => 'grow', |
| 2836 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z\'/></svg>', |
| 2837 | 'supports' => |
| 2838 | array ( |
| 2839 | 'html' => false, |
| 2840 | ), |
| 2841 | 'attributes' => |
| 2842 | array ( |
| 2843 | ), |
| 2844 | 'example' => |
| 2845 | array ( |
| 2846 | ), |
| 2847 | 'editorScript' => 'jetpack-blocks-editor', |
| 2848 | ), |
| 2849 | 'sharing-button' => |
| 2850 | array ( |
| 2851 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2852 | 'apiVersion' => 3, |
| 2853 | 'name' => 'jetpack/sharing-button', |
| 2854 | 'title' => 'Sharing Button', |
| 2855 | 'description' => 'Display a sharing button, allowing users to share your post.', |
| 2856 | 'keywords' => |
| 2857 | array ( |
| 2858 | ), |
| 2859 | 'version' => '12.5.0', |
| 2860 | 'textdomain' => 'jetpack', |
| 2861 | 'category' => 'embed', |
| 2862 | 'parent' => |
| 2863 | array ( |
| 2864 | 0 => 'jetpack/sharing-buttons', |
| 2865 | ), |
| 2866 | 'attributes' => |
| 2867 | array ( |
| 2868 | 'service' => |
| 2869 | array ( |
| 2870 | 'type' => 'string', |
| 2871 | ), |
| 2872 | 'label' => |
| 2873 | array ( |
| 2874 | 'type' => 'string', |
| 2875 | ), |
| 2876 | ), |
| 2877 | 'usesContext' => |
| 2878 | array ( |
| 2879 | 0 => 'styleType', |
| 2880 | 1 => 'postId', |
| 2881 | 2 => 'iconColorValue', |
| 2882 | 3 => 'iconBackgroundColorValue', |
| 2883 | ), |
| 2884 | 'supports' => |
| 2885 | array ( |
| 2886 | 'reusable' => false, |
| 2887 | 'html' => false, |
| 2888 | ), |
| 2889 | 'viewScript' => 'file:./view.js', |
| 2890 | 'editorScript' => 'jetpack-blocks-editor', |
| 2891 | ), |
| 2892 | 'sharing-buttons' => |
| 2893 | array ( |
| 2894 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 2895 | 'apiVersion' => 3, |
| 2896 | 'name' => 'jetpack/sharing-buttons', |
| 2897 | 'title' => 'Sharing Buttons', |
| 2898 | 'description' => 'Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.', |
| 2899 | 'keywords' => |
| 2900 | array ( |
| 2901 | 0 => 'sharing', |
| 2902 | 1 => 'social', |
| 2903 | 2 => 'bluesky', |
| 2904 | 3 => 'twitter', |
| 2905 | 4 => 'x', |
| 2906 | 5 => 'linkedin', |
| 2907 | 6 => 'facebook', |
| 2908 | 7 => 'mastodon', |
| 2909 | 8 => 'tumblr', |
| 2910 | 9 => 'threads', |
| 2911 | 10 => 'whatsapp', |
| 2912 | 11 => 'telegram', |
| 2913 | 12 => 'pinterest', |
| 2914 | 13 => 'pocket', |
| 2915 | 14 => 'reddit', |
| 2916 | 15 => 'nextdoor', |
| 2917 | 16 => 'print', |
| 2918 | 17 => 'email', |
| 2919 | ), |
| 2920 | 'version' => '12.5.0', |
| 2921 | 'textdomain' => 'jetpack', |
| 2922 | 'category' => 'embed', |
| 2923 | 'icon' => '<svg viewBox=\'0 0 24 24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M9 11.8l6.1-4.5c.1.4.4.7.9.7h2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v.4l-6.4 4.8c-.2-.1-.4-.2-.6-.2H6c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1h2c.2 0 .4-.1.6-.2l6.4 4.8v.4c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.5 0-.8.3-.9.7L9 12.2v-.4z\' /></svg>', |
| 2924 | 'attributes' => |
| 2925 | array ( |
| 2926 | 'styleType' => |
| 2927 | array ( |
| 2928 | 'type' => 'string', |
| 2929 | 'default' => 'icon-text', |
| 2930 | 'validValues' => |
| 2931 | array ( |
| 2932 | 0 => 'icon-text', |
| 2933 | 1 => 'icon', |
| 2934 | 2 => 'text', |
| 2935 | 3 => 'official', |
| 2936 | ), |
| 2937 | ), |
| 2938 | 'size' => |
| 2939 | array ( |
| 2940 | 'type' => 'string', |
| 2941 | 'default' => 'has-normal-icon-size', |
| 2942 | 'validValues' => |
| 2943 | array ( |
| 2944 | 0 => 'has-small-icon-size', |
| 2945 | 1 => 'has-normal-icon-size', |
| 2946 | 2 => 'has-large-icon-size', |
| 2947 | 3 => 'has-huge-icon-size', |
| 2948 | ), |
| 2949 | ), |
| 2950 | 'iconColor' => |
| 2951 | array ( |
| 2952 | 'type' => 'string', |
| 2953 | ), |
| 2954 | 'customIconColor' => |
| 2955 | array ( |
| 2956 | 'type' => 'string', |
| 2957 | ), |
| 2958 | 'iconColorValue' => |
| 2959 | array ( |
| 2960 | 'type' => 'string', |
| 2961 | ), |
| 2962 | 'iconBackgroundColor' => |
| 2963 | array ( |
| 2964 | 'type' => 'string', |
| 2965 | ), |
| 2966 | 'customIconBackgroundColor' => |
| 2967 | array ( |
| 2968 | 'type' => 'string', |
| 2969 | ), |
| 2970 | 'iconBackgroundColorValue' => |
| 2971 | array ( |
| 2972 | 'type' => 'string', |
| 2973 | ), |
| 2974 | ), |
| 2975 | 'providesContext' => |
| 2976 | array ( |
| 2977 | 'styleType' => 'styleType', |
| 2978 | 'iconColor' => 'iconColor', |
| 2979 | 'iconColorValue' => 'iconColorValue', |
| 2980 | 'iconBackgroundColor' => 'iconBackgroundColor', |
| 2981 | 'iconBackgroundColorValue' => 'iconBackgroundColorValue', |
| 2982 | ), |
| 2983 | 'supports' => |
| 2984 | array ( |
| 2985 | 'align' => |
| 2986 | array ( |
| 2987 | 0 => 'left', |
| 2988 | 1 => 'center', |
| 2989 | 2 => 'right', |
| 2990 | ), |
| 2991 | 'anchor' => true, |
| 2992 | '__experimentalExposeControlsToChildren' => true, |
| 2993 | 'layout' => |
| 2994 | array ( |
| 2995 | 'allowSwitching' => false, |
| 2996 | 'allowInheriting' => false, |
| 2997 | 'allowVerticalAlignment' => false, |
| 2998 | 'default' => |
| 2999 | array ( |
| 3000 | 'type' => 'flex', |
| 3001 | ), |
| 3002 | ), |
| 3003 | 'color' => |
| 3004 | array ( |
| 3005 | 'enableContrastChecker' => true, |
| 3006 | 'background' => true, |
| 3007 | 'gradients' => true, |
| 3008 | 'customGradient' => true, |
| 3009 | 'text' => false, |
| 3010 | '__experimentalDefaultControls' => |
| 3011 | array ( |
| 3012 | 'background' => false, |
| 3013 | ), |
| 3014 | ), |
| 3015 | 'spacing' => |
| 3016 | array ( |
| 3017 | 'blockGap' => |
| 3018 | array ( |
| 3019 | 0 => 'horizontal', |
| 3020 | 1 => 'vertical', |
| 3021 | ), |
| 3022 | 'margin' => true, |
| 3023 | 'padding' => true, |
| 3024 | 'units' => |
| 3025 | array ( |
| 3026 | 0 => 'px', |
| 3027 | 1 => 'em', |
| 3028 | 2 => 'rem', |
| 3029 | 3 => 'vh', |
| 3030 | 4 => 'vw', |
| 3031 | ), |
| 3032 | '__experimentalDefaultControls' => |
| 3033 | array ( |
| 3034 | 'blockGap' => true, |
| 3035 | 'margin' => true, |
| 3036 | 'padding' => false, |
| 3037 | ), |
| 3038 | ), |
| 3039 | ), |
| 3040 | 'example' => |
| 3041 | array ( |
| 3042 | 'innerBlocks' => |
| 3043 | array ( |
| 3044 | 0 => |
| 3045 | array ( |
| 3046 | 'name' => 'jetpack/sharing-button', |
| 3047 | 'attributes' => |
| 3048 | array ( |
| 3049 | 'service' => 'facebook', |
| 3050 | ), |
| 3051 | ), |
| 3052 | 1 => |
| 3053 | array ( |
| 3054 | 'name' => 'jetpack/sharing-button', |
| 3055 | 'attributes' => |
| 3056 | array ( |
| 3057 | 'service' => 'x', |
| 3058 | ), |
| 3059 | ), |
| 3060 | 2 => |
| 3061 | array ( |
| 3062 | 'name' => 'jetpack/sharing-button', |
| 3063 | 'attributes' => |
| 3064 | array ( |
| 3065 | 'service' => 'mastodon', |
| 3066 | ), |
| 3067 | ), |
| 3068 | ), |
| 3069 | ), |
| 3070 | 'viewScript' => 'file:./view.js', |
| 3071 | 'style' => 'file:./view.css', |
| 3072 | 'editorScript' => 'jetpack-blocks-editor', |
| 3073 | ), |
| 3074 | 'slideshow' => |
| 3075 | array ( |
| 3076 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3077 | 'apiVersion' => 3, |
| 3078 | 'name' => 'jetpack/slideshow', |
| 3079 | 'title' => 'Slideshow', |
| 3080 | 'description' => 'Display multiple images in sequential order.', |
| 3081 | 'keywords' => |
| 3082 | array ( |
| 3083 | 0 => 'story', |
| 3084 | 1 => 'image', |
| 3085 | 2 => 'video', |
| 3086 | 3 => 'gallery', |
| 3087 | ), |
| 3088 | 'version' => '12.5.0', |
| 3089 | 'textdomain' => 'jetpack', |
| 3090 | 'category' => 'media', |
| 3091 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m19,21.5H6v-1h13c.83,0,1.5-.67,1.5-1.5v-11h1v11c0,1.38-1.12,2.5-2.5,2.5Z\'/><path d=\'m16.38,3.25H4.62c-.75,0-1.37.62-1.37,1.37v11.76c0,.75.62,1.37,1.37,1.37h11.76c.75,0,1.37-.62,1.37-1.37V4.62c0-.75-.62-1.37-1.37-1.37Zm.37,13.13c0,.2-.17.37-.37.37H4.62c-.2,0-.37-.17-.37-.37V4.62c0-.2.17-.37.37-.37h11.76c.2,0,.37.17.37.37v11.76Z\'/><path d=\'M9.39 7.51 12.73 11.04 9.31 14.32 8.61 13.6 11.34 10.99 8.67 8.2 9.39 7.51z\'/></svg>', |
| 3092 | 'supports' => |
| 3093 | array ( |
| 3094 | 'html' => false, |
| 3095 | 'align' => |
| 3096 | array ( |
| 3097 | 0 => 'center', |
| 3098 | 1 => 'wide', |
| 3099 | 2 => 'full', |
| 3100 | ), |
| 3101 | ), |
| 3102 | 'attributes' => |
| 3103 | array ( |
| 3104 | 'align' => |
| 3105 | array ( |
| 3106 | 'default' => 'center', |
| 3107 | 'type' => 'string', |
| 3108 | ), |
| 3109 | 'autoplay' => |
| 3110 | array ( |
| 3111 | 'type' => 'boolean', |
| 3112 | 'default' => false, |
| 3113 | ), |
| 3114 | 'delay' => |
| 3115 | array ( |
| 3116 | 'type' => 'number', |
| 3117 | 'default' => 3, |
| 3118 | ), |
| 3119 | 'ids' => |
| 3120 | array ( |
| 3121 | 'default' => |
| 3122 | array ( |
| 3123 | ), |
| 3124 | 'type' => 'array', |
| 3125 | ), |
| 3126 | 'images' => |
| 3127 | array ( |
| 3128 | 'type' => 'array', |
| 3129 | 'default' => |
| 3130 | array ( |
| 3131 | ), |
| 3132 | 'source' => 'query', |
| 3133 | 'selector' => '.swiper-slide', |
| 3134 | 'query' => |
| 3135 | array ( |
| 3136 | 'alt' => |
| 3137 | array ( |
| 3138 | 'source' => 'attribute', |
| 3139 | 'selector' => 'img', |
| 3140 | 'attribute' => 'alt', |
| 3141 | 'default' => '', |
| 3142 | ), |
| 3143 | 'caption' => |
| 3144 | array ( |
| 3145 | 'type' => 'string', |
| 3146 | 'source' => 'html', |
| 3147 | 'selector' => 'figcaption', |
| 3148 | ), |
| 3149 | 'id' => |
| 3150 | array ( |
| 3151 | 'source' => 'attribute', |
| 3152 | 'selector' => 'img', |
| 3153 | 'attribute' => 'data-id', |
| 3154 | ), |
| 3155 | 'url' => |
| 3156 | array ( |
| 3157 | 'source' => 'attribute', |
| 3158 | 'selector' => 'img', |
| 3159 | 'attribute' => 'src', |
| 3160 | ), |
| 3161 | 'aspectRatio' => |
| 3162 | array ( |
| 3163 | 'source' => 'attribute', |
| 3164 | 'selector' => 'img', |
| 3165 | 'attribute' => 'data-aspect-ratio', |
| 3166 | ), |
| 3167 | ), |
| 3168 | ), |
| 3169 | 'effect' => |
| 3170 | array ( |
| 3171 | 'type' => 'string', |
| 3172 | 'default' => 'slide', |
| 3173 | ), |
| 3174 | 'sizeSlug' => |
| 3175 | array ( |
| 3176 | 'type' => 'string', |
| 3177 | ), |
| 3178 | ), |
| 3179 | 'example' => |
| 3180 | array ( |
| 3181 | 'align' => 'center', |
| 3182 | 'autoplay' => true, |
| 3183 | 'ids' => |
| 3184 | array ( |
| 3185 | 0 => 22, |
| 3186 | 1 => 23, |
| 3187 | 2 => 24, |
| 3188 | ), |
| 3189 | 'images' => |
| 3190 | array ( |
| 3191 | 0 => |
| 3192 | array ( |
| 3193 | 'alt' => '', |
| 3194 | 'caption' => '', |
| 3195 | 'id' => 22, |
| 3196 | 'url' => './slideshowExample1.png', |
| 3197 | ), |
| 3198 | 1 => |
| 3199 | array ( |
| 3200 | 'alt' => '', |
| 3201 | 'caption' => '', |
| 3202 | 'id' => 23, |
| 3203 | 'url' => './slideshowExample2.png', |
| 3204 | ), |
| 3205 | 2 => |
| 3206 | array ( |
| 3207 | 'alt' => '', |
| 3208 | 'caption' => '', |
| 3209 | 'id' => 24, |
| 3210 | 'url' => './slideshowExample3.png', |
| 3211 | ), |
| 3212 | ), |
| 3213 | 'effect' => 'slide', |
| 3214 | ), |
| 3215 | 'editorScript' => 'jetpack-blocks-editor', |
| 3216 | ), |
| 3217 | 'story' => |
| 3218 | array ( |
| 3219 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3220 | 'apiVersion' => 3, |
| 3221 | 'name' => 'jetpack/story', |
| 3222 | 'title' => 'Story', |
| 3223 | 'description' => 'Add an interactive story.', |
| 3224 | 'keywords' => |
| 3225 | array ( |
| 3226 | 0 => 'story', |
| 3227 | 1 => 'image', |
| 3228 | 2 => 'video', |
| 3229 | 3 => 'gallery', |
| 3230 | ), |
| 3231 | 'version' => '12.5.0', |
| 3232 | 'textdomain' => 'jetpack', |
| 3233 | 'category' => 'media', |
| 3234 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><g><path d=\'M17 5a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2h9z\' /><path d=\'M13 4H5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2z\' /><path d=\'M7 16h8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z\' /></g></svg>', |
| 3235 | 'supports' => |
| 3236 | array ( |
| 3237 | 'html' => false, |
| 3238 | ), |
| 3239 | 'attributes' => |
| 3240 | array ( |
| 3241 | 'settings' => |
| 3242 | array ( |
| 3243 | 'type' => 'object', |
| 3244 | ), |
| 3245 | 'mediaFiles' => |
| 3246 | array ( |
| 3247 | 'type' => 'array', |
| 3248 | 'default' => |
| 3249 | array ( |
| 3250 | ), |
| 3251 | ), |
| 3252 | ), |
| 3253 | 'example' => |
| 3254 | array ( |
| 3255 | 'attributes' => |
| 3256 | array ( |
| 3257 | 'mediaFiles' => |
| 3258 | array ( |
| 3259 | 0 => |
| 3260 | array ( |
| 3261 | 'alt' => '', |
| 3262 | 'caption' => '', |
| 3263 | 'mime' => 'image/jpg', |
| 3264 | 'type' => 'image', |
| 3265 | 'id' => 22, |
| 3266 | 'url' => './storyExample1.png', |
| 3267 | ), |
| 3268 | ), |
| 3269 | ), |
| 3270 | ), |
| 3271 | 'editorScript' => 'jetpack-blocks-editor', |
| 3272 | ), |
| 3273 | 'subscriber-login' => |
| 3274 | array ( |
| 3275 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3276 | 'apiVersion' => 3, |
| 3277 | 'name' => 'jetpack/subscriber-login', |
| 3278 | 'title' => 'Subscriber Login', |
| 3279 | 'description' => 'Show links for subscribers to login, logout, or manage their subscription.', |
| 3280 | 'keywords' => |
| 3281 | array ( |
| 3282 | 0 => 'login', |
| 3283 | 1 => 'logout', |
| 3284 | 2 => 'subscription', |
| 3285 | 3 => 'member', |
| 3286 | 4 => 'account', |
| 3287 | 5 => 'user', |
| 3288 | ), |
| 3289 | 'version' => '0.0.1', |
| 3290 | 'textdomain' => 'jetpack', |
| 3291 | 'category' => 'grow', |
| 3292 | 'icon' => '<svg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7.25 16.437a6.5 6.5 0 1 1 9.5 0V16A2.75 2.75 0 0 0 14 13.25h-4A2.75 2.75 0 0 0 7.25 16v.437Zm1.5 1.193a6.47 6.47 0 0 0 3.25.87 6.47 6.47 0 0 0 3.25-.87V16c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v1.63ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\' fill-rule=\'evenodd\' clip-rule=\'evenodd\'></path></svg>', |
| 3293 | 'supports' => |
| 3294 | array ( |
| 3295 | 'align' => true, |
| 3296 | 'anchor' => false, |
| 3297 | 'customClassName' => true, |
| 3298 | 'className' => true, |
| 3299 | 'html' => false, |
| 3300 | 'multiple' => true, |
| 3301 | 'reusable' => true, |
| 3302 | 'spacing' => |
| 3303 | array ( |
| 3304 | 'margin' => true, |
| 3305 | 'padding' => true, |
| 3306 | ), |
| 3307 | 'typography' => |
| 3308 | array ( |
| 3309 | 'fontSize' => true, |
| 3310 | 'lineHeight' => true, |
| 3311 | ), |
| 3312 | 'color' => |
| 3313 | array ( |
| 3314 | 'text' => false, |
| 3315 | 'link' => true, |
| 3316 | 'gradients' => true, |
| 3317 | ), |
| 3318 | ), |
| 3319 | 'attributes' => |
| 3320 | array ( |
| 3321 | 'redirectToCurrent' => |
| 3322 | array ( |
| 3323 | 'type' => 'boolean', |
| 3324 | 'default' => true, |
| 3325 | ), |
| 3326 | 'logInLabel' => |
| 3327 | array ( |
| 3328 | 'type' => 'string', |
| 3329 | ), |
| 3330 | 'logOutLabel' => |
| 3331 | array ( |
| 3332 | 'type' => 'string', |
| 3333 | ), |
| 3334 | 'showManageSubscriptionsLink' => |
| 3335 | array ( |
| 3336 | 'type' => 'boolean', |
| 3337 | 'default' => true, |
| 3338 | ), |
| 3339 | 'manageSubscriptionsLabel' => |
| 3340 | array ( |
| 3341 | 'type' => 'string', |
| 3342 | ), |
| 3343 | ), |
| 3344 | 'editorScript' => 'jetpack-blocks-editor', |
| 3345 | ), |
| 3346 | 'subscriptions' => |
| 3347 | array ( |
| 3348 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3349 | 'apiVersion' => 3, |
| 3350 | 'name' => 'jetpack/subscriptions', |
| 3351 | 'title' => 'Subscribe', |
| 3352 | 'description' => 'Subscribe to this blog\'s posts as a newsletter.', |
| 3353 | 'keywords' => |
| 3354 | array ( |
| 3355 | 0 => 'newsletter', |
| 3356 | 1 => 'email', |
| 3357 | 2 => 'follow', |
| 3358 | ), |
| 3359 | 'version' => '12.5.0', |
| 3360 | 'textdomain' => 'jetpack', |
| 3361 | 'category' => 'grow', |
| 3362 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'m19.02,5H4.98c-1.09,0-1.98.89-1.98,1.98v10.04c0,1.09.89,1.98,1.98,1.98h14.04c1.09,0,1.98-.89,1.98-1.98V6.98c0-1.09-.89-1.98-1.98-1.98Zm.48,11.92c0,.32-.26.58-.58.58H5.08c-.32,0-.58-.26-.58-.58V7.08c0-.32.26-.58.58-.58h13.84c.32,0,.58.26.58.58v9.84Z\'/><path d=\'m4.38,17.69l5.71-4.79s.96,1,1.91.99,1.91-.99,1.91-.99l5.59,4.79v-2.03l-4.41-3.73,4.41-3.72v-1.91l-7.14,5.76c-.24.19-.59.19-.83,0l-7.14-5.88v1.98l4.3,3.67-4.3,3.78v2.08Z\'/></svg>', |
| 3363 | 'supports' => |
| 3364 | array ( |
| 3365 | 'spacing' => |
| 3366 | array ( |
| 3367 | 'margin' => true, |
| 3368 | 'padding' => true, |
| 3369 | ), |
| 3370 | 'align' => |
| 3371 | array ( |
| 3372 | 0 => 'wide', |
| 3373 | 1 => 'full', |
| 3374 | ), |
| 3375 | ), |
| 3376 | 'styles' => |
| 3377 | array ( |
| 3378 | 0 => |
| 3379 | array ( |
| 3380 | 'name' => 'split', |
| 3381 | 'label' => 'Split', |
| 3382 | 'isDefault' => true, |
| 3383 | ), |
| 3384 | 1 => |
| 3385 | array ( |
| 3386 | 'name' => 'compact', |
| 3387 | 'label' => 'Compact', |
| 3388 | ), |
| 3389 | 2 => |
| 3390 | array ( |
| 3391 | 'name' => 'button', |
| 3392 | 'label' => 'Button only', |
| 3393 | ), |
| 3394 | ), |
| 3395 | 'attributes' => |
| 3396 | array ( |
| 3397 | 'subscribePlaceholder' => |
| 3398 | array ( |
| 3399 | 'type' => 'string', |
| 3400 | ), |
| 3401 | 'showSubscribersTotal' => |
| 3402 | array ( |
| 3403 | 'type' => 'boolean', |
| 3404 | 'default' => false, |
| 3405 | ), |
| 3406 | 'includeSocialFollowers' => |
| 3407 | array ( |
| 3408 | 'type' => 'boolean', |
| 3409 | ), |
| 3410 | 'buttonOnNewLine' => |
| 3411 | array ( |
| 3412 | 'type' => 'boolean', |
| 3413 | 'default' => false, |
| 3414 | ), |
| 3415 | 'buttonWidth' => |
| 3416 | array ( |
| 3417 | 'type' => 'string', |
| 3418 | ), |
| 3419 | 'submitButtonText' => |
| 3420 | array ( |
| 3421 | 'type' => 'string', |
| 3422 | ), |
| 3423 | 'emailFieldBackgroundColor' => |
| 3424 | array ( |
| 3425 | 'type' => 'string', |
| 3426 | ), |
| 3427 | 'customEmailFieldBackgroundColor' => |
| 3428 | array ( |
| 3429 | 'type' => 'string', |
| 3430 | ), |
| 3431 | 'emailFieldGradient' => |
| 3432 | array ( |
| 3433 | 'type' => 'string', |
| 3434 | ), |
| 3435 | 'customEmailFieldGradient' => |
| 3436 | array ( |
| 3437 | 'type' => 'string', |
| 3438 | ), |
| 3439 | 'buttonBackgroundColor' => |
| 3440 | array ( |
| 3441 | 'type' => 'string', |
| 3442 | ), |
| 3443 | 'customButtonBackgroundColor' => |
| 3444 | array ( |
| 3445 | 'type' => 'string', |
| 3446 | ), |
| 3447 | 'buttonGradient' => |
| 3448 | array ( |
| 3449 | 'type' => 'string', |
| 3450 | ), |
| 3451 | 'customButtonGradient' => |
| 3452 | array ( |
| 3453 | 'type' => 'string', |
| 3454 | ), |
| 3455 | 'textColor' => |
| 3456 | array ( |
| 3457 | 'type' => 'string', |
| 3458 | ), |
| 3459 | 'customTextColor' => |
| 3460 | array ( |
| 3461 | 'type' => 'string', |
| 3462 | ), |
| 3463 | 'fontSize' => |
| 3464 | array ( |
| 3465 | 'type' => 'string', |
| 3466 | ), |
| 3467 | 'customFontSize' => |
| 3468 | array ( |
| 3469 | 'type' => 'string', |
| 3470 | ), |
| 3471 | 'borderRadius' => |
| 3472 | array ( |
| 3473 | 'type' => 'number', |
| 3474 | ), |
| 3475 | 'borderWeight' => |
| 3476 | array ( |
| 3477 | 'type' => 'number', |
| 3478 | ), |
| 3479 | 'borderColor' => |
| 3480 | array ( |
| 3481 | 'type' => 'string', |
| 3482 | ), |
| 3483 | 'customBorderColor' => |
| 3484 | array ( |
| 3485 | 'type' => 'string', |
| 3486 | ), |
| 3487 | 'padding' => |
| 3488 | array ( |
| 3489 | 'type' => 'number', |
| 3490 | ), |
| 3491 | 'spacing' => |
| 3492 | array ( |
| 3493 | 'type' => 'number', |
| 3494 | ), |
| 3495 | 'successMessage' => |
| 3496 | array ( |
| 3497 | 'type' => 'string', |
| 3498 | 'default' => 'Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm\' to start subscribing.', |
| 3499 | ), |
| 3500 | 'appSource' => |
| 3501 | array ( |
| 3502 | 'type' => 'string', |
| 3503 | ), |
| 3504 | 'className' => |
| 3505 | array ( |
| 3506 | 'type' => 'string', |
| 3507 | ), |
| 3508 | 'preselectNewsletterCategories' => |
| 3509 | array ( |
| 3510 | 'type' => 'boolean', |
| 3511 | 'default' => false, |
| 3512 | ), |
| 3513 | 'selectedNewsletterCategoryIds' => |
| 3514 | array ( |
| 3515 | 'type' => 'array', |
| 3516 | 'default' => |
| 3517 | array ( |
| 3518 | ), |
| 3519 | ), |
| 3520 | ), |
| 3521 | 'example' => |
| 3522 | array ( |
| 3523 | ), |
| 3524 | 'editorScript' => 'jetpack-blocks-editor', |
| 3525 | ), |
| 3526 | 'tiled-gallery' => |
| 3527 | array ( |
| 3528 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3529 | 'apiVersion' => 3, |
| 3530 | 'name' => 'jetpack/tiled-gallery', |
| 3531 | 'title' => 'Tiled Gallery', |
| 3532 | 'description' => 'Display multiple images in an elegantly organized tiled layout.', |
| 3533 | 'keywords' => |
| 3534 | array ( |
| 3535 | 0 => 'columns', |
| 3536 | 1 => 'images', |
| 3537 | 2 => 'photos', |
| 3538 | 3 => 'pictures', |
| 3539 | 4 => 'square', |
| 3540 | 5 => 'circle', |
| 3541 | 6 => 'mosaic', |
| 3542 | ), |
| 3543 | 'version' => '12.5.0', |
| 3544 | 'textdomain' => 'jetpack', |
| 3545 | 'category' => 'media', |
| 3546 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M19 5v2h-4V5h4M9 5v6H5V5h4m10 8v6h-4v-6h4M9 17v2H5v-2h4M21 3h-8v6h8V3zM11 3H3v10h8V3zm10 8h-8v10h8V11zm-10 4H3v6h8v-6z\'/></svg>', |
| 3547 | 'supports' => |
| 3548 | array ( |
| 3549 | 'align' => |
| 3550 | array ( |
| 3551 | 0 => 'center', |
| 3552 | 1 => 'wide', |
| 3553 | 2 => 'full', |
| 3554 | ), |
| 3555 | 'color' => |
| 3556 | array ( |
| 3557 | 'gradients' => true, |
| 3558 | 'text' => false, |
| 3559 | ), |
| 3560 | 'customClassName' => false, |
| 3561 | 'html' => false, |
| 3562 | 'spacing' => |
| 3563 | array ( |
| 3564 | 'margin' => true, |
| 3565 | 'padding' => true, |
| 3566 | ), |
| 3567 | '__experimentalHideChildBlockControls' => true, |
| 3568 | ), |
| 3569 | 'providesContext' => |
| 3570 | array ( |
| 3571 | 'imageCrop' => 'imageCrop', |
| 3572 | ), |
| 3573 | 'styles' => |
| 3574 | array ( |
| 3575 | 0 => |
| 3576 | array ( |
| 3577 | 'name' => 'rectangular', |
| 3578 | 'label' => 'Tiled mosaic', |
| 3579 | 'isDefault' => true, |
| 3580 | ), |
| 3581 | 1 => |
| 3582 | array ( |
| 3583 | 'name' => 'circle', |
| 3584 | 'label' => 'Circles', |
| 3585 | ), |
| 3586 | 2 => |
| 3587 | array ( |
| 3588 | 'name' => 'square', |
| 3589 | 'label' => 'Square tiles', |
| 3590 | ), |
| 3591 | 3 => |
| 3592 | array ( |
| 3593 | 'name' => 'columns', |
| 3594 | 'label' => 'Tiled columns', |
| 3595 | ), |
| 3596 | ), |
| 3597 | 'attributes' => |
| 3598 | array ( |
| 3599 | 'align' => |
| 3600 | array ( |
| 3601 | 'type' => 'string', |
| 3602 | 'default' => 'center', |
| 3603 | ), |
| 3604 | 'className' => |
| 3605 | array ( |
| 3606 | 'type' => 'string', |
| 3607 | 'default' => 'is-style-rectangular', |
| 3608 | ), |
| 3609 | 'columns' => |
| 3610 | array ( |
| 3611 | 'type' => 'number', |
| 3612 | ), |
| 3613 | 'columnWidths' => |
| 3614 | array ( |
| 3615 | 'type' => 'array', |
| 3616 | 'default' => |
| 3617 | array ( |
| 3618 | ), |
| 3619 | ), |
| 3620 | 'ids' => |
| 3621 | array ( |
| 3622 | 'type' => 'array', |
| 3623 | 'default' => |
| 3624 | array ( |
| 3625 | ), |
| 3626 | ), |
| 3627 | 'imageFilter' => |
| 3628 | array ( |
| 3629 | 'type' => 'string', |
| 3630 | ), |
| 3631 | 'images' => |
| 3632 | array ( |
| 3633 | 'type' => 'array', |
| 3634 | 'default' => |
| 3635 | array ( |
| 3636 | ), |
| 3637 | 'source' => 'query', |
| 3638 | 'selector' => '.tiled-gallery__item', |
| 3639 | 'query' => |
| 3640 | array ( |
| 3641 | 'alt' => |
| 3642 | array ( |
| 3643 | 'attribute' => 'alt', |
| 3644 | 'default' => '', |
| 3645 | 'selector' => 'img', |
| 3646 | 'source' => 'attribute', |
| 3647 | ), |
| 3648 | 'height' => |
| 3649 | array ( |
| 3650 | 'attribute' => 'data-height', |
| 3651 | 'type' => 'number', |
| 3652 | 'selector' => 'img', |
| 3653 | 'source' => 'attribute', |
| 3654 | ), |
| 3655 | 'id' => |
| 3656 | array ( |
| 3657 | 'attribute' => 'data-id', |
| 3658 | 'selector' => 'img', |
| 3659 | 'source' => 'attribute', |
| 3660 | ), |
| 3661 | 'link' => |
| 3662 | array ( |
| 3663 | 'attribute' => 'data-link', |
| 3664 | 'selector' => 'img', |
| 3665 | 'source' => 'attribute', |
| 3666 | ), |
| 3667 | 'customLink' => |
| 3668 | array ( |
| 3669 | 'attribute' => 'href', |
| 3670 | 'selector' => 'a', |
| 3671 | 'source' => 'attribute', |
| 3672 | ), |
| 3673 | 'url' => |
| 3674 | array ( |
| 3675 | 'attribute' => 'data-url', |
| 3676 | 'selector' => 'img', |
| 3677 | 'source' => 'attribute', |
| 3678 | ), |
| 3679 | 'width' => |
| 3680 | array ( |
| 3681 | 'attribute' => 'data-width', |
| 3682 | 'selector' => 'img', |
| 3683 | 'source' => 'attribute', |
| 3684 | 'type' => 'number', |
| 3685 | ), |
| 3686 | ), |
| 3687 | ), |
| 3688 | 'imageCrop' => |
| 3689 | array ( |
| 3690 | 'type' => 'boolean', |
| 3691 | 'default' => true, |
| 3692 | ), |
| 3693 | 'linkTo' => |
| 3694 | array ( |
| 3695 | 'default' => 'none', |
| 3696 | 'type' => 'string', |
| 3697 | ), |
| 3698 | 'roundedCorners' => |
| 3699 | array ( |
| 3700 | 'type' => 'integer', |
| 3701 | 'default' => 0, |
| 3702 | ), |
| 3703 | ), |
| 3704 | 'editorScript' => 'jetpack-blocks-editor', |
| 3705 | ), |
| 3706 | 'tock' => |
| 3707 | array ( |
| 3708 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3709 | 'apiVersion' => 3, |
| 3710 | 'name' => 'jetpack/tock', |
| 3711 | 'title' => 'Tock', |
| 3712 | 'description' => 'Reserve a table at your restaurant with Tock.', |
| 3713 | 'keywords' => |
| 3714 | array ( |
| 3715 | 0 => 'booking', |
| 3716 | 1 => 'reservation', |
| 3717 | 2 => 'restaurant', |
| 3718 | ), |
| 3719 | 'version' => '12.5.0', |
| 3720 | 'textdomain' => 'jetpack', |
| 3721 | 'category' => 'monetize', |
| 3722 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M10 15.619C6.84915 15.619 4.28572 13.0542 4.28572 9.90176C4.28572 7.24269 6.10957 5.00183 8.57143 4.36551V0C3.72557 0.693782 0 4.86162 0 9.90176C0 15.4274 4.47715 19.9069 10 19.9069C12.2461 19.9069 14.3193 19.1658 15.9887 17.9148L12.9003 14.825C12.0494 15.3287 11.0581 15.619 10 15.619 M15.7135 9.90176C15.7135 10.9604 15.4233 11.9522 14.9199 12.8035L18.0082 15.8935C19.2585 14.2232 19.9992 12.149 19.9992 9.90176C19.9992 4.86162 16.2736 0.693782 11.4277 0V4.36551C13.8896 5.00183 15.7135 7.24269 15.7135 9.90176\'/></svg>', |
| 3723 | 'supports' => |
| 3724 | array ( |
| 3725 | 'align' => true, |
| 3726 | 'html' => false, |
| 3727 | 'multiple' => false, |
| 3728 | ), |
| 3729 | 'attributes' => |
| 3730 | array ( |
| 3731 | 'url' => |
| 3732 | array ( |
| 3733 | 'type' => 'string', |
| 3734 | ), |
| 3735 | ), |
| 3736 | 'example' => |
| 3737 | array ( |
| 3738 | 'attributes' => |
| 3739 | array ( |
| 3740 | 'url' => 'roister', |
| 3741 | ), |
| 3742 | 'viewportWidth' => 250, |
| 3743 | ), |
| 3744 | 'editorScript' => 'jetpack-blocks-editor', |
| 3745 | ), |
| 3746 | 'top-posts' => |
| 3747 | array ( |
| 3748 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3749 | 'apiVersion' => 3, |
| 3750 | 'name' => 'jetpack/top-posts', |
| 3751 | 'title' => 'Top Posts & Pages', |
| 3752 | 'description' => 'Display your most popular content.', |
| 3753 | 'keywords' => |
| 3754 | array ( |
| 3755 | 0 => 'ranking', |
| 3756 | 1 => 'views', |
| 3757 | 2 => 'trending', |
| 3758 | 3 => 'popular', |
| 3759 | ), |
| 3760 | 'version' => '1.0', |
| 3761 | 'textdomain' => 'jetpack', |
| 3762 | 'category' => 'embed', |
| 3763 | 'icon' => '<svg xmlns=\'http://www.w3.org/2000/svg\' height=\'24px\' viewBox=\'0 0 24 24\' width=\'24px\'><rect fill=\'none\' height=\'24\' width=\'24\'/><path d=\'M19,5h-2V3H7v2H5C3.9,5,3,5.9,3,7v1c0,2.55,1.92,4.63,4.39,4.94c0.63,1.5,1.98,2.63,3.61,2.96V19H7v2h10v-2h-4v-3.1 c1.63-0.33,2.98-1.46,3.61-2.96C19.08,12.63,21,10.55,21,8V7C21,5.9,20.1,5,19,5z M5,8V7h2v3.82C5.84,10.4,5,9.3,5,8z M19,8 c0,1.3-0.84,2.4-2,2.82V7h2V8z\'/></svg>', |
| 3764 | 'supports' => |
| 3765 | array ( |
| 3766 | 'align' => |
| 3767 | array ( |
| 3768 | 0 => 'wide', |
| 3769 | 1 => 'full', |
| 3770 | ), |
| 3771 | 'html' => false, |
| 3772 | 'multiple' => true, |
| 3773 | 'reusable' => true, |
| 3774 | 'color' => |
| 3775 | array ( |
| 3776 | 'gradients' => true, |
| 3777 | 'link' => true, |
| 3778 | ), |
| 3779 | 'spacing' => |
| 3780 | array ( |
| 3781 | 'margin' => true, |
| 3782 | 'padding' => true, |
| 3783 | ), |
| 3784 | 'typography' => |
| 3785 | array ( |
| 3786 | '__experimentalFontFamily' => true, |
| 3787 | 'fontSize' => true, |
| 3788 | 'lineHeight' => true, |
| 3789 | ), |
| 3790 | ), |
| 3791 | 'attributes' => |
| 3792 | array ( |
| 3793 | 'layout' => |
| 3794 | array ( |
| 3795 | 'type' => 'string', |
| 3796 | 'default' => 'grid', |
| 3797 | ), |
| 3798 | 'displayAuthor' => |
| 3799 | array ( |
| 3800 | 'type' => 'boolean', |
| 3801 | 'default' => true, |
| 3802 | ), |
| 3803 | 'displayDate' => |
| 3804 | array ( |
| 3805 | 'type' => 'boolean', |
| 3806 | 'default' => true, |
| 3807 | ), |
| 3808 | 'displayThumbnail' => |
| 3809 | array ( |
| 3810 | 'type' => 'boolean', |
| 3811 | 'default' => true, |
| 3812 | ), |
| 3813 | 'displayContext' => |
| 3814 | array ( |
| 3815 | 'type' => 'boolean', |
| 3816 | 'default' => false, |
| 3817 | ), |
| 3818 | 'period' => |
| 3819 | array ( |
| 3820 | 'type' => 'string', |
| 3821 | 'default' => '7', |
| 3822 | ), |
| 3823 | 'postsToShow' => |
| 3824 | array ( |
| 3825 | 'type' => 'number', |
| 3826 | 'default' => 3, |
| 3827 | ), |
| 3828 | 'postTypes' => |
| 3829 | array ( |
| 3830 | 'type' => 'object', |
| 3831 | 'default' => |
| 3832 | array ( |
| 3833 | 'post' => true, |
| 3834 | 'page' => true, |
| 3835 | ), |
| 3836 | ), |
| 3837 | ), |
| 3838 | 'editorScript' => 'jetpack-blocks-editor', |
| 3839 | ), |
| 3840 | 'voice-to-content' => |
| 3841 | array ( |
| 3842 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3843 | 'apiVersion' => 3, |
| 3844 | 'name' => 'jetpack/voice-to-content', |
| 3845 | 'title' => 'Voice to content', |
| 3846 | 'description' => 'Transform your spoken words into a post ready to publish with AI.', |
| 3847 | 'keywords' => |
| 3848 | array ( |
| 3849 | 0 => 'AI', |
| 3850 | 1 => 'GPT', |
| 3851 | 2 => 'AL', |
| 3852 | 3 => 'Magic', |
| 3853 | 4 => 'help', |
| 3854 | 5 => 'assistant', |
| 3855 | ), |
| 3856 | 'version' => '12.5.0', |
| 3857 | 'textdomain' => 'jetpack', |
| 3858 | 'category' => 'media', |
| 3859 | 'icon' => '<svg viewBox=\'0 0 20 20\' width=\'20\' height=\'20\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M12 9V3c0-1.1-.89-2-2-2-1.12 0-2 .94-2 2v6c0 1.1.9 2 2 2 1.13 0 2-.94 2-2zm4 0c0 2.97-2.16 5.43-5 5.91V17h2c.56 0 1 .45 1 1s-.44 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.09C6.17 14.43 4 11.97 4 9c0-.55.45-1 1-1 .56 0 1 .45 1 1 0 2.21 1.8 4 4 4 2.21 0 4-1.79 4-4 0-.55.45-1 1-1 .56 0 1 .45 1 1z\'/></svg>', |
| 3860 | 'supports' => |
| 3861 | array ( |
| 3862 | 'html' => false, |
| 3863 | 'multiple' => true, |
| 3864 | 'reusable' => false, |
| 3865 | ), |
| 3866 | 'attributes' => |
| 3867 | array ( |
| 3868 | 'content' => |
| 3869 | array ( |
| 3870 | 'type' => 'string', |
| 3871 | ), |
| 3872 | ), |
| 3873 | 'editorScript' => 'jetpack-blocks-editor', |
| 3874 | ), |
| 3875 | 'wordads' => |
| 3876 | array ( |
| 3877 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 3878 | 'apiVersion' => 3, |
| 3879 | 'name' => 'jetpack/wordads', |
| 3880 | 'title' => 'Ad', |
| 3881 | 'description' => 'Earn income by adding high quality ads to your post.', |
| 3882 | 'keywords' => |
| 3883 | array ( |
| 3884 | 0 => 'ads', |
| 3885 | 1 => 'WordAds', |
| 3886 | 2 => 'advertisement', |
| 3887 | ), |
| 3888 | 'version' => '12.5.0', |
| 3889 | 'textdomain' => 'jetpack', |
| 3890 | 'category' => 'monetize', |
| 3891 | 'icon' => '<svg viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M12,8H4A2,2 0 0,0 2,10V14A2,2 0 0,0 4,16H5V20A1,1 0 0,0 6,21H8A1,1 0 0,0 9,20V16H12L17,20V4L12,8M15,15.6L13,14H4V10H13L15,8.4V15.6M21.5,12C21.5,13.71 20.54,15.26 19,16V8C20.53,8.75 21.5,10.3 21.5,12Z\'/></svg>', |
| 3892 | 'supports' => |
| 3893 | array ( |
| 3894 | 'align' => |
| 3895 | array ( |
| 3896 | 0 => 'left', |
| 3897 | 1 => 'center', |
| 3898 | 2 => 'right', |
| 3899 | ), |
| 3900 | 'alignWide' => false, |
| 3901 | 'className' => false, |
| 3902 | 'customClassName' => false, |
| 3903 | 'html' => false, |
| 3904 | 'reusable' => false, |
| 3905 | ), |
| 3906 | 'attributes' => |
| 3907 | array ( |
| 3908 | 'align' => |
| 3909 | array ( |
| 3910 | 'type' => 'string', |
| 3911 | 'default' => 'center', |
| 3912 | ), |
| 3913 | 'format' => |
| 3914 | array ( |
| 3915 | 'type' => 'string', |
| 3916 | 'default' => 'mrec', |
| 3917 | ), |
| 3918 | 'hideMobile' => |
| 3919 | array ( |
| 3920 | 'type' => 'boolean', |
| 3921 | 'default' => false, |
| 3922 | ), |
| 3923 | ), |
| 3924 | 'example' => |
| 3925 | array ( |
| 3926 | ), |
| 3927 | 'editorScript' => 'jetpack-blocks-editor', |
| 3928 | ), |
| 3929 | ); |
| 3930 |