Changeset 57578 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 02/09/2024 06:20:12 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r57499 r57578 49 49 'fontSize' => true 50 50 ) 51 ), 52 'interactivity' => array( 53 'clientNavigation' => true 51 54 ) 52 55 ), … … 114 117 'padding' => false 115 118 ) 119 ), 120 'interactivity' => array( 121 'clientNavigation' => true 116 122 ) 117 123 ), … … 175 181 'background' => false, 176 182 '__experimentalDuotone' => 'img' 183 ), 184 'interactivity' => array( 185 'clientNavigation' => true 177 186 ) 178 187 ), … … 189 198 'title' => 'Pattern', 190 199 'category' => 'reusable', 191 'description' => ' Create and save content to reuse across your site. Update the pattern, and the changes apply everywhere it’s used.',200 'description' => 'Reuse this design across your site.', 192 201 'keywords' => array( 193 202 'reusable' … … 198 207 'type' => 'number' 199 208 ), 200 ' overrides' => array(209 'content' => array( 201 210 'type' => 'object' 202 211 ) … … 206 215 'html' => false, 207 216 'inserter' => false, 208 'renaming' => false 217 'renaming' => false, 218 'interactivity' => array( 219 'clientNavigation' => true 220 ) 209 221 ) 210 222 ), … … 318 330 ), 319 331 'reusable' => false, 320 'shadow' => true, 332 'shadow' => array( 333 '__experimentalSkipSerialization' => true 334 ), 321 335 'spacing' => array( 322 336 '__experimentalSkipSerialization' => true, … … 342 356 ) 343 357 ), 344 '__experimentalSelector' => '.wp-block-button .wp-block-button__link' 358 '__experimentalSelector' => '.wp-block-button .wp-block-button__link', 359 'interactivity' => array( 360 'clientNavigation' => true 361 ) 345 362 ), 346 363 'styles' => array( … … 364 381 'title' => 'Buttons', 365 382 'category' => 'design', 383 'allowedBlocks' => array( 384 'core/button' 385 ), 366 386 'description' => 'Prompt visitors to take action with a group of button-style links.', 367 387 'keywords' => array( … … 406 426 'type' => 'flex' 407 427 ) 428 ), 429 'interactivity' => array( 430 'clientNavigation' => true 408 431 ) 409 432 ), … … 456 479 'fontSize' => true 457 480 ) 481 ), 482 'interactivity' => array( 483 'clientNavigation' => true 458 484 ) 459 485 ), … … 513 539 'fontSize' => true 514 540 ) 541 ), 542 'interactivity' => array( 543 'clientNavigation' => true 515 544 ) 516 545 ), … … 581 610 'text' => true 582 611 ) 612 ), 613 'interactivity' => array( 614 'clientNavigation' => true 583 615 ) 584 616 ), … … 634 666 ) 635 667 ), 668 'shadow' => true, 636 669 'spacing' => array( 637 670 'blockGap' => true, … … 665 698 ) 666 699 ), 667 'layout' => true 700 'layout' => true, 701 'interactivity' => array( 702 'clientNavigation' => true 703 ) 668 704 ) 669 705 ), … … 674 710 'title' => 'Columns', 675 711 'category' => 'design', 712 'allowedBlocks' => array( 713 'core/column' 714 ), 676 715 'description' => 'Display content in multiple columns, with blocks added to each column.', 677 716 'textdomain' => 'default', … … 765 804 'fontSize' => true 766 805 ) 767 ) 806 ), 807 'interactivity' => array( 808 'clientNavigation' => true 809 ), 810 'shadow' => true 768 811 ), 769 812 'editorStyle' => 'wp-block-columns-editor', … … 824 867 'fontSize' => true 825 868 ) 869 ), 870 'interactivity' => array( 871 'clientNavigation' => true 826 872 ) 827 873 ) … … 930 976 'fontSize' => true 931 977 ) 978 ), 979 'interactivity' => array( 980 'clientNavigation' => true 932 981 ) 933 982 ) … … 983 1032 'fontSize' => true 984 1033 ) 1034 ), 1035 'interactivity' => array( 1036 'clientNavigation' => true 985 1037 ) 986 1038 ) … … 1069 1121 'fontSize' => true 1070 1122 ) 1123 ), 1124 'interactivity' => array( 1125 'clientNavigation' => true 1071 1126 ) 1072 1127 ), … … 1140 1195 'core/comments' 1141 1196 ), 1197 'allowedBlocks' => array( 1198 'core/comments-pagination-previous', 1199 'core/comments-pagination-numbers', 1200 'core/comments-pagination-next' 1201 ), 1142 1202 'description' => 'Displays a paginated navigation to next/previous set of comments, when applicable.', 1143 1203 'textdomain' => 'default', … … 1183 1243 'fontSize' => true 1184 1244 ) 1245 ), 1246 'interactivity' => array( 1247 'clientNavigation' => true 1185 1248 ) 1186 1249 ), … … 1230 1293 'fontSize' => true 1231 1294 ) 1295 ), 1296 'interactivity' => array( 1297 'clientNavigation' => true 1232 1298 ) 1233 1299 ) … … 1269 1335 'fontSize' => true 1270 1336 ) 1337 ), 1338 'interactivity' => array( 1339 'clientNavigation' => true 1271 1340 ) 1272 1341 ) … … 1314 1383 'fontSize' => true 1315 1384 ) 1385 ), 1386 'interactivity' => array( 1387 'clientNavigation' => true 1316 1388 ) 1317 1389 ) … … 1385 1457 '__experimentalFontWeight' => true 1386 1458 ) 1459 ), 1460 'interactivity' => array( 1461 'clientNavigation' => true 1387 1462 ) 1388 1463 ) … … 1538 1613 'layout' => array( 1539 1614 'allowJustification' => false 1615 ), 1616 'interactivity' => array( 1617 'clientNavigation' => true 1540 1618 ) 1541 1619 ), … … 1611 1689 'layout' => array( 1612 1690 'allowEditing' => false 1691 ), 1692 'interactivity' => array( 1693 'clientNavigation' => true 1613 1694 ) 1614 1695 ), … … 1662 1743 'spacing' => array( 1663 1744 'margin' => true 1745 ), 1746 'interactivity' => array( 1747 'clientNavigation' => true 1664 1748 ) 1665 1749 ), … … 1810 1894 'fontSize' => true 1811 1895 ) 1896 ), 1897 'interactivity' => array( 1898 'clientNavigation' => true 1812 1899 ) 1813 1900 ), … … 1841 1928 'title' => 'Gallery', 1842 1929 'category' => 'media', 1930 'allowedBlocks' => array( 1931 'core/image' 1932 ), 1843 1933 'description' => 'Display multiple images in a rich gallery.', 1844 1934 'keywords' => array( … … 1993 2083 'type' => 'flex' 1994 2084 ) 2085 ), 2086 'interactivity' => array( 2087 'clientNavigation' => true 1995 2088 ) 1996 2089 ), … … 2106 2199 'layout' => array( 2107 2200 'allowSizingOnChildren' => true 2201 ), 2202 'interactivity' => array( 2203 'clientNavigation' => true 2108 2204 ) 2109 2205 ), … … 2182 2278 ), 2183 2279 '__unstablePasteTextInline' => true, 2184 '__experimentalSlashInserter' => true 2280 '__experimentalSlashInserter' => true, 2281 'interactivity' => array( 2282 'clientNavigation' => true 2283 ) 2185 2284 ), 2186 2285 'editorStyle' => 'wp-block-heading-editor', … … 2227 2326 'fontSize' => true 2228 2327 ) 2328 ), 2329 'interactivity' => array( 2330 'clientNavigation' => true 2229 2331 ) 2230 2332 ), … … 2252 2354 'customClassName' => false, 2253 2355 'className' => false, 2254 'html' => false 2356 'html' => false, 2357 'interactivity' => array( 2358 'clientNavigation' => true 2359 ) 2255 2360 ), 2256 2361 'editorStyle' => 'wp-block-html-editor' … … 2385 2490 'width' => true 2386 2491 ) 2492 ), 2493 'shadow' => array( 2494 '__experimentalSkipSerialization' => true 2387 2495 ) 2388 2496 ), 2389 2497 'selectors' => array( 2390 2498 'border' => '.wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder', 2499 'shadow' => '.wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder', 2391 2500 'filter' => array( 2392 2501 'duotone' => '.wp-block-image img, .wp-block-image .components-placeholder' … … 2457 2566 'fontSize' => true 2458 2567 ) 2568 ), 2569 'interactivity' => array( 2570 'clientNavigation' => true 2459 2571 ) 2460 2572 ), … … 2580 2692 'fontSize' => true 2581 2693 ) 2694 ), 2695 'interactivity' => array( 2696 'clientNavigation' => true 2582 2697 ) 2583 2698 ), … … 2620 2735 'title' => 'List', 2621 2736 'category' => 'text', 2737 'allowedBlocks' => array( 2738 'core/list-item' 2739 ), 2622 2740 'description' => 'Create a bulleted or numbered list.', 2623 2741 'keywords' => array( … … 2693 2811 '__experimentalSelector' => 'ol,ul', 2694 2812 '__experimentalOnMerge' => true, 2695 '__experimentalSlashInserter' => true 2813 '__experimentalSlashInserter' => true, 2814 'interactivity' => array( 2815 'clientNavigation' => true 2816 ) 2696 2817 ), 2697 2818 'editorStyle' => 'wp-block-list-editor', … … 2705 2826 'category' => 'text', 2706 2827 'parent' => array( 2828 'core/list' 2829 ), 2830 'allowedBlocks' => array( 2707 2831 'core/list' 2708 2832 ), … … 2743 2867 'fontSize' => true 2744 2868 ) 2869 ), 2870 'interactivity' => array( 2871 'clientNavigation' => true 2745 2872 ) 2746 2873 ) … … 2791 2918 'fontSize' => true 2792 2919 ) 2920 ), 2921 'interactivity' => array( 2922 'clientNavigation' => true 2793 2923 ) 2794 2924 ) … … 2925 3055 'fontSize' => true 2926 3056 ) 3057 ), 3058 'interactivity' => array( 3059 'clientNavigation' => true 2927 3060 ) 2928 3061 ), … … 2955 3088 'inserter' => false, 2956 3089 'html' => false, 2957 'reusable' => false 3090 'reusable' => false, 3091 'interactivity' => array( 3092 'clientNavigation' => true 3093 ) 2958 3094 ) 2959 3095 ), … … 2982 3118 'className' => false, 2983 3119 'html' => false, 2984 'multiple' => false 3120 'multiple' => false, 3121 'interactivity' => array( 3122 'clientNavigation' => true 3123 ) 2985 3124 ), 2986 3125 'editorStyle' => 'wp-block-more-editor' … … 2992 3131 'title' => 'Navigation', 2993 3132 'category' => 'theme', 3133 'allowedBlocks' => array( 3134 'core/navigation-link', 3135 'core/search', 3136 'core/social-links', 3137 'core/page-list', 3138 'core/spacer', 3139 'core/home-link', 3140 'core/site-title', 3141 'core/site-logo', 3142 'core/navigation-submenu', 3143 'core/loginout', 3144 'core/buttons' 3145 ), 2994 3146 'description' => 'A collection of blocks that allow visitors to get around your site.', 2995 3147 'keywords' => array( … … 3159 3311 'core/navigation' 3160 3312 ), 3313 'allowedBlocks' => array( 3314 'core/navigation-link', 3315 'core/navigation-submenu', 3316 'core/page-list' 3317 ), 3161 3318 'description' => 'Add a page, link, or another item to your navigation.', 3162 3319 'textdomain' => 'default', … … 3226 3383 ) 3227 3384 ), 3228 'renaming' => false 3385 'renaming' => false, 3386 'interactivity' => array( 3387 'clientNavigation' => true 3388 ) 3229 3389 ), 3230 3390 'editorStyle' => 'wp-block-navigation-link-editor', … … 3293 3453 'supports' => array( 3294 3454 'reusable' => false, 3295 'html' => false 3455 'html' => false, 3456 'interactivity' => array( 3457 'clientNavigation' => true 3458 ) 3296 3459 ), 3297 3460 'editorStyle' => 'wp-block-navigation-submenu-editor', … … 3316 3479 'customClassName' => false, 3317 3480 'className' => false, 3318 'html' => false 3481 'html' => false, 3482 'interactivity' => array( 3483 'clientNavigation' => true 3484 ) 3319 3485 ), 3320 3486 'editorStyle' => 'wp-block-nextpage-editor' … … 3326 3492 'title' => 'Page List', 3327 3493 'category' => 'widgets', 3494 'allowedBlocks' => array( 3495 'core/page-list-item' 3496 ), 3328 3497 'description' => 'Display a list of all pages.', 3329 3498 'keywords' => array( … … 3372 3541 'fontSize' => true 3373 3542 ) 3543 ), 3544 'interactivity' => array( 3545 'clientNavigation' => true 3374 3546 ) 3375 3547 ), … … 3430 3602 'lock' => false, 3431 3603 'inserter' => false, 3432 '__experimentalToolbar' => false 3604 '__experimentalToolbar' => false, 3605 'interactivity' => array( 3606 'clientNavigation' => true 3607 ) 3433 3608 ), 3434 3609 'editorStyle' => 'wp-block-page-list-editor', … … 3509 3684 ), 3510 3685 '__experimentalSelector' => 'p', 3511 '__unstablePasteTextInline' => true 3686 '__unstablePasteTextInline' => true, 3687 'interactivity' => array( 3688 'clientNavigation' => true 3689 ) 3512 3690 ), 3513 3691 'editorStyle' => 'wp-block-paragraph-editor', … … 3524 3702 'html' => false, 3525 3703 'inserter' => false, 3526 'renaming' => false 3704 'renaming' => false, 3705 'interactivity' => array( 3706 'clientNavigation' => true 3707 ) 3527 3708 ), 3528 3709 'textdomain' => 'default', … … 3600 3781 'text' => true 3601 3782 ) 3783 ), 3784 'interactivity' => array( 3785 'clientNavigation' => true 3602 3786 ) 3603 3787 ), … … 3646 3830 'fontSize' => true 3647 3831 ) 3832 ), 3833 'interactivity' => array( 3834 'clientNavigation' => true 3648 3835 ) 3649 3836 ) … … 3701 3888 'fontSize' => true 3702 3889 ) 3890 ), 3891 'interactivity' => array( 3892 'clientNavigation' => true 3703 3893 ) 3704 3894 ) … … 3861 4051 'fontSize' => true 3862 4052 ) 4053 ), 4054 'interactivity' => array( 4055 'clientNavigation' => true 3863 4056 ) 3864 4057 ) … … 3920 4113 'fontSize' => true 3921 4114 ) 4115 ), 4116 'interactivity' => array( 4117 'clientNavigation' => true 3922 4118 ) 3923 4119 ), … … 4018 4214 'margin' => true, 4019 4215 'padding' => true 4216 ), 4217 'interactivity' => array( 4218 'clientNavigation' => true 4020 4219 ) 4021 4220 ), … … 4053 4252 'type' => 'string', 4054 4253 'default' => 'none' 4055 ),4056 'inSameTerm' => array(4057 'type' => 'boolean'4058 4254 ), 4059 4255 'taxonomy' => array( … … 4084 4280 'fontSize' => true 4085 4281 ) 4282 ), 4283 'interactivity' => array( 4284 'clientNavigation' => true 4086 4285 ) 4087 4286 ), … … 4143 4342 'blockGap' => true 4144 4343 ) 4344 ), 4345 'interactivity' => array( 4346 'clientNavigation' => true 4145 4347 ) 4146 4348 ), … … 4207 4409 'fontSize' => true 4208 4410 ) 4411 ), 4412 'interactivity' => array( 4413 'clientNavigation' => true 4209 4414 ) 4210 4415 ), … … 4277 4482 'fontSize' => true 4278 4483 ) 4484 ), 4485 'interactivity' => array( 4486 'clientNavigation' => true 4279 4487 ) 4280 4488 ), … … 4323 4531 'fontSize' => true 4324 4532 ) 4533 ), 4534 'interactivity' => array( 4535 'clientNavigation' => true 4325 4536 ) 4326 4537 ), … … 4403 4614 'lineHeight' => '1.6' 4404 4615 ) 4616 ), 4617 'interactivity' => array( 4618 'clientNavigation' => true 4405 4619 ) 4406 4620 ), … … 4466 4680 ), 4467 4681 'html' => false, 4468 'layout' => true 4469 ),4470 'editorStyle' => 'wp-block-query-editor',4471 ' style' => 'wp-block-query'4682 'layout' => true, 4683 'interactivity' => true 4684 ), 4685 'editorStyle' => 'wp-block-query-editor' 4472 4686 ), 4473 4687 'query-no-results' => array( … … 4506 4720 'fontSize' => true 4507 4721 ) 4722 ), 4723 'interactivity' => array( 4724 'clientNavigation' => true 4508 4725 ) 4509 4726 ) … … 4515 4732 'title' => 'Pagination', 4516 4733 'category' => 'theme', 4517 ' parent' => array(4734 'ancestor' => array( 4518 4735 'core/query' 4736 ), 4737 'allowedBlocks' => array( 4738 'core/query-pagination-previous', 4739 'core/query-pagination-numbers', 4740 'core/query-pagination-next' 4519 4741 ), 4520 4742 'description' => 'Displays a paginated navigation to next/previous set of posts, when applicable.', … … 4570 4792 'fontSize' => true 4571 4793 ) 4794 ), 4795 'interactivity' => array( 4796 'clientNavigation' => true 4572 4797 ) 4573 4798 ), … … 4620 4845 'fontSize' => true 4621 4846 ) 4847 ), 4848 'interactivity' => array( 4849 'clientNavigation' => true 4622 4850 ) 4623 4851 ) … … 4667 4895 'fontSize' => true 4668 4896 ) 4897 ), 4898 'interactivity' => array( 4899 'clientNavigation' => true 4669 4900 ) 4670 4901 ), … … 4716 4947 'fontSize' => true 4717 4948 ) 4949 ), 4950 'interactivity' => array( 4951 'clientNavigation' => true 4718 4952 ) 4719 4953 ) … … 4776 5010 'fontSize' => true 4777 5011 ) 5012 ), 5013 'interactivity' => array( 5014 'clientNavigation' => true 4778 5015 ) 4779 5016 ), … … 4843 5080 'spacing' => array( 4844 5081 'blockGap' => true 5082 ), 5083 'interactivity' => array( 5084 'clientNavigation' => true 4845 5085 ) 4846 5086 ), … … 4916 5156 'width' => true 4917 5157 ) 5158 ), 5159 'interactivity' => array( 5160 'clientNavigation' => true 4918 5161 ) 4919 5162 ), … … 4968 5211 'supports' => array( 4969 5212 'align' => true, 4970 'html' => false 5213 'html' => false, 5214 'interactivity' => array( 5215 'clientNavigation' => true 5216 ) 4971 5217 ), 4972 5218 'editorStyle' => 'wp-block-rss-editor', … … 5114 5360 'bottom' 5115 5361 ) 5362 ), 5363 'interactivity' => array( 5364 'clientNavigation' => true 5116 5365 ) 5117 5366 ), … … 5202 5451 'padding' => false 5203 5452 ) 5453 ), 5454 'interactivity' => array( 5455 'clientNavigation' => true 5204 5456 ) 5205 5457 ), … … 5270 5522 'fontSize' => true 5271 5523 ) 5524 ), 5525 'interactivity' => array( 5526 'clientNavigation' => true 5272 5527 ) 5273 5528 ), … … 5337 5592 'fontSize' => true 5338 5593 ) 5594 ), 5595 'interactivity' => array( 5596 'clientNavigation' => true 5339 5597 ) 5340 5598 ), … … 5377 5635 'supports' => array( 5378 5636 'reusable' => false, 5379 'html' => false 5637 'html' => false, 5638 'interactivity' => array( 5639 'clientNavigation' => true 5640 ) 5380 5641 ), 5381 5642 'editorStyle' => 'wp-block-social-link-editor' … … 5387 5648 'title' => 'Social Icons', 5388 5649 'category' => 'widgets', 5650 'allowedBlocks' => array( 5651 'core/social-link' 5652 ), 5389 5653 'description' => 'Display icons linking to your social media profiles or sites.', 5390 5654 'keywords' => array( … … 5475 5739 'padding' => false 5476 5740 ) 5741 ), 5742 'interactivity' => array( 5743 'clientNavigation' => true 5477 5744 ) 5478 5745 ), … … 5525 5792 'margin' => true 5526 5793 ) 5794 ), 5795 'interactivity' => array( 5796 'clientNavigation' => true 5527 5797 ) 5528 5798 ), … … 5739 6009 ) 5740 6010 ), 5741 '__experimentalSelector' => '.wp-block-table > table' 6011 '__experimentalSelector' => '.wp-block-table > table', 6012 'interactivity' => array( 6013 'clientNavigation' => true 6014 ) 5742 6015 ), 5743 6016 'styles' => array( … … 5812 6085 '__experimentalTextTransform' => true, 5813 6086 '__experimentalLetterSpacing' => true 6087 ), 6088 'interactivity' => array( 6089 'clientNavigation' => true 5814 6090 ) 5815 6091 ), … … 5842 6118 'html' => false, 5843 6119 'reusable' => false, 5844 'renaming' => false 6120 'renaming' => false, 6121 'interactivity' => array( 6122 'clientNavigation' => true 6123 ) 5845 6124 ), 5846 6125 'editorStyle' => 'wp-block-template-part-editor' … … 5888 6167 'fontSize' => true 5889 6168 ) 6169 ), 6170 'interactivity' => array( 6171 'clientNavigation' => true 5890 6172 ) 5891 6173 ) … … 5929 6211 ), 5930 6212 'supports' => array( 5931 'inserter' => false 6213 'inserter' => false, 6214 'interactivity' => array( 6215 'clientNavigation' => true 6216 ) 5932 6217 ), 5933 6218 'editorStyle' => 'wp-block-text-columns-editor', … … 5994 6279 'color' => true, 5995 6280 'style' => true 6281 ), 6282 'interactivity' => array( 6283 'clientNavigation' => true 5996 6284 ) 5997 6285 ), … … 6093 6381 'padding' => false 6094 6382 ) 6383 ), 6384 'interactivity' => array( 6385 'clientNavigation' => true 6095 6386 ) 6096 6387 ),
Note: See TracChangeset
for help on using the changeset viewer.