Changeset 59072 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 09/20/2024 01:53:52 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r58617 r59072 71 71 'textdomain' => 'default', 72 72 'attributes' => array( 73 'blob' => array( 74 'type' => 'string', 75 '__experimentalRole' => 'local' 76 ), 73 77 'src' => array( 74 78 'type' => 'string', … … 329 333 '__experimentalTextDecoration' => true, 330 334 '__experimentalLetterSpacing' => true, 335 '__experimentalWritingMode' => true, 331 336 '__experimentalDefaultControls' => array( 332 337 'fontSize' => true … … 401 406 'html' => false, 402 407 '__experimentalExposeControlsToChildren' => true, 408 'color' => array( 409 'gradients' => true, 410 'text' => false, 411 '__experimentalDefaultControls' => array( 412 'background' => true 413 ) 414 ), 403 415 'spacing' => array( 404 'blockGap' => true, 416 'blockGap' => array( 417 'horizontal', 418 'vertical' 419 ), 420 'padding' => true, 405 421 'margin' => array( 406 422 'top', … … 424 440 ) 425 441 ), 442 '__experimentalBorder' => array( 443 'color' => true, 444 'radius' => true, 445 'style' => true, 446 'width' => true, 447 '__experimentalDefaultControls' => array( 448 'color' => true, 449 'radius' => true, 450 'style' => true, 451 'width' => true 452 ) 453 ), 426 454 'layout' => array( 427 455 'allowSwitching' => false, … … 494 522 'apiVersion' => 3, 495 523 'name' => 'core/categories', 496 'title' => ' Categories List',524 'title' => 'Terms List', 497 525 'category' => 'widgets', 498 'description' => 'Display a list of all categories.', 499 'textdomain' => 'default', 500 'attributes' => array( 526 'description' => 'Display a list of all terms of a given taxonomy.', 527 'keywords' => array( 528 'categories' 529 ), 530 'textdomain' => 'default', 531 'attributes' => array( 532 'taxonomy' => array( 533 'type' => 'string', 534 'default' => 'category' 535 ), 501 536 'displayAsDropdown' => array( 502 537 'type' => 'boolean', … … 518 553 'type' => 'boolean', 519 554 'default' => false 520 ) 555 ), 556 'label' => array( 557 'type' => 'string', 558 '__experimentalRole' => 'content' 559 ), 560 'showLabel' => array( 561 'type' => 'boolean', 562 'default' => true 563 ) 564 ), 565 'usesContext' => array( 566 'enhancedPagination' 521 567 ), 522 568 'supports' => array( … … 546 592 'interactivity' => array( 547 593 'clientNavigation' => true 594 ), 595 '__experimentalBorder' => array( 596 'radius' => true, 597 'color' => true, 598 'width' => true, 599 'style' => true, 600 '__experimentalDefaultControls' => array( 601 'radius' => true, 602 'color' => true, 603 'width' => true, 604 'style' => true 605 ) 548 606 ) 549 607 ), … … 681 739 '__experimentalBorder' => array( 682 740 'color' => true, 741 'radius' => true, 683 742 'style' => true, 684 743 'width' => true, 685 744 '__experimentalDefaultControls' => array( 686 745 'color' => true, 746 'radius' => true, 687 747 'style' => true, 688 748 'width' => true … … 874 934 'interactivity' => array( 875 935 'clientNavigation' => true 876 ) 877 ) 936 ), 937 '__experimentalBorder' => array( 938 'radius' => true, 939 'color' => true, 940 'width' => true, 941 'style' => true, 942 '__experimentalDefaultControls' => array( 943 'radius' => true, 944 'color' => true, 945 'width' => true, 946 'style' => true 947 ) 948 ) 949 ), 950 'style' => 'wp-block-comment-author-name' 878 951 ), 879 952 'comment-content' => array( … … 918 991 ) 919 992 ), 993 '__experimentalBorder' => array( 994 'radius' => true, 995 'color' => true, 996 'width' => true, 997 'style' => true, 998 '__experimentalDefaultControls' => array( 999 'radius' => true, 1000 'color' => true, 1001 'width' => true, 1002 'style' => true 1003 ) 1004 ), 920 1005 'spacing' => array( 921 1006 'padding' => array( … … 928 1013 ), 929 1014 'html' => false 930 ) 1015 ), 1016 'style' => 'wp-block-comment-content' 931 1017 ), 932 1018 'comment-date' => array( … … 983 1069 'interactivity' => array( 984 1070 'clientNavigation' => true 985 ) 986 ) 1071 ), 1072 '__experimentalBorder' => array( 1073 'radius' => true, 1074 'color' => true, 1075 'width' => true, 1076 'style' => true, 1077 '__experimentalDefaultControls' => array( 1078 'radius' => true, 1079 'color' => true, 1080 'width' => true, 1081 'style' => true 1082 ) 1083 ) 1084 ), 1085 'style' => 'wp-block-comment-date' 987 1086 ), 988 1087 'comment-edit-link' => array( … … 1022 1121 'spacing' => array( 1023 1122 'margin' => true, 1024 'padding' => true 1123 'padding' => true, 1124 '__experimentalDefaultControls' => array( 1125 'margin' => false, 1126 'padding' => false 1127 ) 1025 1128 ), 1026 1129 'typography' => array( … … 1039 1142 'interactivity' => array( 1040 1143 'clientNavigation' => true 1041 ) 1042 ) 1144 ), 1145 '__experimentalBorder' => array( 1146 'radius' => true, 1147 'color' => true, 1148 'width' => true, 1149 'style' => true 1150 ) 1151 ), 1152 'style' => 'wp-block-comment-edit-link' 1043 1153 ), 1044 1154 'comment-reply-link' => array( … … 1073 1183 'spacing' => array( 1074 1184 'margin' => true, 1075 'padding' => true 1185 'padding' => true, 1186 '__experimentalDefaultControls' => array( 1187 'margin' => false, 1188 'padding' => false 1189 ) 1076 1190 ), 1077 1191 'typography' => array( … … 1088 1202 ) 1089 1203 ), 1204 '__experimentalBorder' => array( 1205 'radius' => true, 1206 'color' => true, 1207 'width' => true, 1208 'style' => true 1209 ), 1090 1210 'html' => false 1091 ) 1211 ), 1212 'style' => 'wp-block-comment-reply-link' 1092 1213 ), 1093 1214 'comment-template' => array( … … 1128 1249 'interactivity' => array( 1129 1250 'clientNavigation' => true 1251 ), 1252 '__experimentalBorder' => array( 1253 'radius' => true, 1254 'color' => true, 1255 'width' => true, 1256 'style' => true, 1257 '__experimentalDefaultControls' => array( 1258 'radius' => true, 1259 'color' => true, 1260 'width' => true, 1261 'style' => true 1262 ) 1130 1263 ) 1131 1264 ), … … 1423 1556 'type' => 'number', 1424 1557 'default' => 2 1558 ), 1559 'levelOptions' => array( 1560 'type' => 'array' 1425 1561 ) 1426 1562 ), … … 1774 1910 'type' => 'number' 1775 1911 ), 1912 'blob' => array( 1913 'type' => 'string', 1914 '__experimentalRole' => 'local' 1915 ), 1776 1916 'href' => array( 1777 1917 'type' => 'string' … … 1831 1971 'background' => true, 1832 1972 'link' => true 1973 ) 1974 ), 1975 '__experimentalBorder' => array( 1976 'radius' => true, 1977 'color' => true, 1978 'width' => true, 1979 'style' => true, 1980 '__experimentalDefaultControls' => array( 1981 'radius' => true, 1982 'color' => true, 1983 'width' => true, 1984 'style' => true 1833 1985 ) 1834 1986 ), … … 2053 2205 'anchor' => true, 2054 2206 'align' => true, 2207 '__experimentalBorder' => array( 2208 'radius' => true, 2209 'color' => true, 2210 'width' => true, 2211 'style' => true, 2212 '__experimentalDefaultControls' => array( 2213 'color' => true, 2214 'radius' => true 2215 ) 2216 ), 2055 2217 'html' => false, 2056 2218 'units' => array( … … 2160 2322 ) 2161 2323 ), 2324 'shadow' => true, 2162 2325 'spacing' => array( 2163 2326 'margin' => array( … … 2239 2402 'default' => 2 2240 2403 ), 2404 'levelOptions' => array( 2405 'type' => 'array' 2406 ), 2241 2407 'placeholder' => array( 2242 2408 'type' => 'string' … … 2251 2417 'className' => true, 2252 2418 'splitting' => true, 2419 '__experimentalBorder' => array( 2420 'color' => true, 2421 'radius' => true, 2422 'style' => true, 2423 'width' => true, 2424 '__experimentalDefaultControls' => array( 2425 'color' => true, 2426 'radius' => true, 2427 'style' => true, 2428 'width' => true 2429 ) 2430 ), 2253 2431 'color' => array( 2254 2432 'gradients' => true, … … 2384 2562 'textdomain' => 'default', 2385 2563 'attributes' => array( 2564 'blob' => array( 2565 'type' => 'string', 2566 '__experimentalRole' => 'local' 2567 ), 2386 2568 'url' => array( 2387 2569 'type' => 'string', … … 2483 2665 'duotone' => true 2484 2666 ), 2667 'spacing' => array( 2668 'margin' => true 2669 ), 2485 2670 '__experimentalBorder' => array( 2486 2671 'color' => true, … … 2552 2737 'supports' => array( 2553 2738 'align' => true, 2739 'color' => array( 2740 'gradients' => true, 2741 'link' => true, 2742 '__experimentalDefaultControls' => array( 2743 'background' => true, 2744 'text' => true, 2745 'link' => true 2746 ) 2747 ), 2554 2748 'html' => false, 2555 2749 'spacing' => array( … … 2741 2935 'core/list-item' 2742 2936 ), 2743 'description' => ' Create a bulleted or numbered list.',2937 'description' => 'An organized collection of items displayed in a specific order.', 2744 2938 'keywords' => array( 2745 2939 'bullet list', … … 2782 2976 'anchor' => true, 2783 2977 'html' => false, 2978 '__experimentalBorder' => array( 2979 'color' => true, 2980 'radius' => true, 2981 'style' => true, 2982 'width' => true 2983 ), 2784 2984 'typography' => array( 2785 2985 'fontSize' => true, … … 2818 3018 ) 2819 3019 ), 3020 'selectors' => array( 3021 'border' => '.wp-block-list:not(.wp-block-list .wp-block-list)' 3022 ), 2820 3023 'editorStyle' => 'wp-block-list-editor', 2821 3024 'style' => 'wp-block-list' … … 2833 3036 'core/list' 2834 3037 ), 2835 'description' => ' Create a list item.',3038 'description' => 'An individual item within a list.', 2836 3039 'textdomain' => 'default', 2837 3040 'attributes' => array( … … 2847 3050 ), 2848 3051 'supports' => array( 3052 'anchor' => true, 2849 3053 'className' => false, 2850 '__experimentalSelector' => '.wp-block-list > li',2851 3054 'splitting' => true, 3055 '__experimentalBorder' => array( 3056 'color' => true, 3057 'radius' => true, 3058 'style' => true, 3059 'width' => true 3060 ), 3061 'color' => array( 3062 'gradients' => true, 3063 'link' => true, 3064 'background' => true, 3065 '__experimentalDefaultControls' => array( 3066 'text' => true 3067 ) 3068 ), 2852 3069 'spacing' => array( 2853 3070 'margin' => true, … … 2874 3091 'clientNavigation' => true 2875 3092 ) 3093 ), 3094 'selectors' => array( 3095 'root' => '.wp-block-list > li', 3096 'border' => '.wp-block-list:not(.wp-block-list .wp-block-list) > li' 2876 3097 ) 2877 3098 ), … … 2899 3120 ) 2900 3121 ), 3122 'example' => array( 3123 'viewportWidth' => 350 3124 ), 2901 3125 'supports' => array( 2902 3126 'className' => true, 3127 'color' => array( 3128 'background' => true, 3129 'text' => false, 3130 'gradients' => true, 3131 'link' => true 3132 ), 2903 3133 'spacing' => array( 2904 3134 'margin' => true, … … 2922 3152 ) 2923 3153 ), 2924 'interactivity' => array( 2925 'clientNavigation' => true 2926 ) 2927 ) 3154 '__experimentalBorder' => array( 3155 'radius' => true, 3156 'color' => true, 3157 'width' => true, 3158 'style' => true 3159 ), 3160 'interactivity' => array( 3161 'clientNavigation' => true 3162 ) 3163 ), 3164 'style' => 'wp-block-loginout' 2928 3165 ), 2929 3166 'media-text' => array( … … 3041 3278 ), 3042 3279 'html' => false, 3280 '__experimentalBorder' => array( 3281 'color' => true, 3282 'radius' => true, 3283 'style' => true, 3284 'width' => true, 3285 '__experimentalDefaultControls' => array( 3286 'color' => true, 3287 'radius' => true, 3288 'style' => true, 3289 'width' => true 3290 ) 3291 ), 3043 3292 'color' => array( 3044 3293 'gradients' => true, … … 3457 3706 'reusable' => false, 3458 3707 'html' => false, 3708 'typography' => array( 3709 'fontSize' => true, 3710 'lineHeight' => true, 3711 '__experimentalFontFamily' => true, 3712 '__experimentalFontWeight' => true, 3713 '__experimentalFontStyle' => true, 3714 '__experimentalTextTransform' => true, 3715 '__experimentalTextDecoration' => true, 3716 '__experimentalLetterSpacing' => true, 3717 '__experimentalDefaultControls' => array( 3718 'fontSize' => true 3719 ) 3720 ), 3459 3721 'interactivity' => array( 3460 3722 'clientNavigation' => true … … 3653 3915 'anchor' => true, 3654 3916 'className' => false, 3917 '__experimentalBorder' => array( 3918 'color' => true, 3919 'radius' => true, 3920 'style' => true, 3921 'width' => true 3922 ), 3655 3923 'color' => array( 3656 3924 'gradients' => true, … … 3784 4052 'interactivity' => array( 3785 4053 'clientNavigation' => true 3786 ) 3787 ), 4054 ), 4055 '__experimentalBorder' => array( 4056 'radius' => true, 4057 'color' => true, 4058 'width' => true, 4059 'style' => true, 4060 '__experimentalDefaultControls' => array( 4061 'radius' => true, 4062 'color' => true, 4063 'width' => true, 4064 'style' => true 4065 ) 4066 ) 4067 ), 4068 'editorStyle' => 'wp-block-post-author-editor', 3788 4069 'style' => 'wp-block-post-author' 3789 4070 ), … … 3804 4085 'postType', 3805 4086 'postId' 4087 ), 4088 'example' => array( 4089 'viewportWidth' => 350 3806 4090 ), 3807 4091 'supports' => array( … … 3833 4117 'interactivity' => array( 3834 4118 'clientNavigation' => true 3835 ) 3836 ) 4119 ), 4120 '__experimentalBorder' => array( 4121 'radius' => true, 4122 'color' => true, 4123 'width' => true, 4124 'style' => true, 4125 '__experimentalDefaultControls' => array( 4126 'radius' => true, 4127 'color' => true, 4128 'width' => true, 4129 'style' => true 4130 ) 4131 ) 4132 ), 4133 'style' => 'wp-block-post-author-biography' 3837 4134 ), 3838 4135 'post-author-name' => array( … … 3860 4157 'postType', 3861 4158 'postId' 4159 ), 4160 'example' => array( 4161 'viewportWidth' => 350 3862 4162 ), 3863 4163 'supports' => array( … … 3891 4191 'interactivity' => array( 3892 4192 'clientNavigation' => true 3893 ) 3894 ) 4193 ), 4194 '__experimentalBorder' => array( 4195 'radius' => true, 4196 'color' => true, 4197 'width' => true, 4198 'style' => true, 4199 '__experimentalDefaultControls' => array( 4200 'radius' => true, 4201 'color' => true, 4202 'width' => true, 4203 'style' => true 4204 ) 4205 ) 4206 ), 4207 'style' => 'wp-block-post-author-name' 3895 4208 ), 3896 4209 'post-comments-form' => array( … … 3936 4249 'fontSize' => true 3937 4250 ) 4251 ), 4252 '__experimentalBorder' => array( 4253 'radius' => true, 4254 'color' => true, 4255 'width' => true, 4256 'style' => true, 4257 '__experimentalDefaultControls' => array( 4258 'radius' => true, 4259 'color' => true, 4260 'width' => true, 4261 'style' => true 4262 ) 3938 4263 ) 3939 4264 ), … … 3958 4283 'queryId' 3959 4284 ), 4285 'example' => array( 4286 'viewportWidth' => 350 4287 ), 3960 4288 'supports' => array( 3961 4289 'align' => array( … … 3965 4293 'html' => false, 3966 4294 'layout' => true, 4295 'background' => array( 4296 'backgroundImage' => true, 4297 'backgroundSize' => true, 4298 '__experimentalDefaultControls' => array( 4299 'backgroundImage' => true 4300 ) 4301 ), 3967 4302 'dimensions' => array( 3968 4303 'minHeight' => true 3969 4304 ), 3970 4305 'spacing' => array( 3971 'blockGap' => true 4306 'blockGap' => true, 4307 'padding' => true, 4308 '__experimentalDefaultControls' => array( 4309 'margin' => false, 4310 'padding' => false 4311 ) 3972 4312 ), 3973 4313 'color' => array( … … 3993 4333 ) 3994 4334 ), 4335 'style' => 'wp-block-post-content', 3995 4336 'editorStyle' => 'wp-block-post-content-editor' 3996 4337 ), … … 4023 4364 'postType', 4024 4365 'queryId' 4366 ), 4367 'example' => array( 4368 'viewportWidth' => 350 4025 4369 ), 4026 4370 'supports' => array( … … 4054 4398 'interactivity' => array( 4055 4399 'clientNavigation' => true 4400 ), 4401 '__experimentalBorder' => array( 4402 'radius' => true, 4403 'color' => true, 4404 'width' => true, 4405 'style' => true, 4406 '__experimentalDefaultControls' => array( 4407 'radius' => true, 4408 'color' => true, 4409 'width' => true, 4410 'style' => true 4411 ) 4056 4412 ) 4057 4413 ) … … 4085 4441 'postType', 4086 4442 'queryId' 4443 ), 4444 'example' => array( 4445 'viewportWidth' => 350 4087 4446 ), 4088 4447 'supports' => array( … … 4116 4475 'interactivity' => array( 4117 4476 'clientNavigation' => true 4477 ), 4478 '__experimentalBorder' => array( 4479 'radius' => true, 4480 'color' => true, 4481 'width' => true, 4482 'style' => true, 4483 '__experimentalDefaultControls' => array( 4484 'radius' => true, 4485 'color' => true, 4486 'width' => true, 4487 'style' => true 4488 ) 4118 4489 ) 4119 4490 ), … … 4184 4555 'postType', 4185 4556 'queryId' 4557 ), 4558 'example' => array( 4559 'viewportWidth' => 350 4186 4560 ), 4187 4561 'supports' => array( … … 4393 4767 'postType' 4394 4768 ), 4769 'example' => array( 4770 'viewportWidth' => 350 4771 ), 4395 4772 'supports' => array( 4396 4773 'html' => false, … … 4423 4800 'interactivity' => array( 4424 4801 'clientNavigation' => true 4802 ), 4803 '__experimentalBorder' => array( 4804 'radius' => true, 4805 'color' => true, 4806 'width' => true, 4807 'style' => true, 4808 '__experimentalDefaultControls' => array( 4809 'radius' => true, 4810 'color' => true, 4811 'width' => true, 4812 'style' => true 4813 ) 4425 4814 ) 4426 4815 ), … … 4448 4837 'default' => 2 4449 4838 ), 4839 'levelOptions' => array( 4840 'type' => 'array' 4841 ), 4450 4842 'isLink' => array( 4451 4843 'type' => 'boolean', … … 4461 4853 'default' => '_self' 4462 4854 ) 4855 ), 4856 'example' => array( 4857 'viewportWidth' => 350 4463 4858 ), 4464 4859 'supports' => array( … … 4496 4891 'interactivity' => array( 4497 4892 'clientNavigation' => true 4893 ), 4894 '__experimentalBorder' => array( 4895 'radius' => true, 4896 'color' => true, 4897 'width' => true, 4898 'style' => true, 4899 '__experimentalDefaultControls' => array( 4900 'radius' => true, 4901 'color' => true, 4902 'width' => true, 4903 'style' => true 4904 ) 4498 4905 ) 4499 4906 ), … … 4545 4952 'interactivity' => array( 4546 4953 'clientNavigation' => true 4954 ), 4955 '__experimentalBorder' => array( 4956 'radius' => true, 4957 'color' => true, 4958 'width' => true, 4959 'style' => true, 4960 '__experimentalDefaultControls' => array( 4961 'radius' => true, 4962 'color' => true, 4963 'width' => true, 4964 'style' => true 4965 ) 4547 4966 ) 4548 4967 ), … … 4582 5001 'full' 4583 5002 ), 5003 'background' => array( 5004 'backgroundImage' => true, 5005 'backgroundSize' => true, 5006 '__experimentalDefaultControls' => array( 5007 'backgroundImage' => true 5008 ) 5009 ), 4584 5010 'color' => array( 4585 5011 'gradients' => true, … … 4589 5015 'background' => true, 4590 5016 'text' => true 5017 ) 5018 ), 5019 'dimensions' => array( 5020 'minHeight' => true, 5021 '__experimentalDefaultControls' => array( 5022 'minHeight' => false 4591 5023 ) 4592 5024 ), … … 4664 5096 'parents' => array( 4665 5097 5098 ), 5099 'format' => array( 5100 4666 5101 ) 4667 5102 ) … … 4678 5113 'default' => false 4679 5114 ) 5115 ), 5116 'usesContext' => array( 5117 'postType' 4680 5118 ), 4681 5119 'providesContext' => array( … … 4983 5421 'default' => 1 4984 5422 ), 5423 'levelOptions' => array( 5424 'type' => 'array' 5425 ), 4985 5426 'showPrefix' => array( 4986 5427 'type' => 'boolean', … … 5024 5465 'interactivity' => array( 5025 5466 'clientNavigation' => true 5467 ), 5468 '__experimentalBorder' => array( 5469 'radius' => true, 5470 'color' => true, 5471 'width' => true, 5472 'style' => true, 5473 '__experimentalDefaultControls' => array( 5474 'radius' => true, 5475 'color' => true, 5476 'width' => true, 5477 'style' => true 5478 ) 5026 5479 ) 5027 5480 ), … … 5061 5514 'supports' => array( 5062 5515 'anchor' => true, 5516 'align' => array( 5517 'left', 5518 'right', 5519 'wide', 5520 'full' 5521 ), 5063 5522 'html' => false, 5523 'background' => array( 5524 'backgroundImage' => true, 5525 'backgroundSize' => true, 5526 '__experimentalDefaultControls' => array( 5527 'backgroundImage' => true 5528 ) 5529 ), 5530 '__experimentalBorder' => array( 5531 'color' => true, 5532 'radius' => true, 5533 'style' => true, 5534 'width' => true, 5535 '__experimentalDefaultControls' => array( 5536 'color' => true, 5537 'radius' => true, 5538 'style' => true, 5539 'width' => true 5540 ) 5541 ), 5542 'dimensions' => array( 5543 'minHeight' => true, 5544 '__experimentalDefaultControls' => array( 5545 'minHeight' => false 5546 ) 5547 ), 5064 5548 '__experimentalOnEnter' => true, 5065 5549 '__experimentalOnMerge' => true, … … 5090 5574 ), 5091 5575 'spacing' => array( 5092 'blockGap' => true 5576 'blockGap' => true, 5577 'padding' => true, 5578 'margin' => true 5093 5579 ), 5094 5580 'interactivity' => array( … … 5325 5811 ) 5326 5812 ), 5813 'spacing' => array( 5814 'margin' => true 5815 ), 5327 5816 'html' => false 5328 5817 ), … … 5499 5988 'type' => 'number', 5500 5989 'default' => 0 5990 ), 5991 'levelOptions' => array( 5992 'type' => 'array', 5993 'default' => array( 5994 0, 5995 1, 5996 2, 5997 3, 5998 4, 5999 5, 6000 6 6001 ) 5501 6002 ) 5502 6003 ), 5503 6004 'example' => array( 5504 6005 'viewportWidth' => 350, 6006 'attributes' => array( 6007 'textAlign' => 'center' 6008 ) 5505 6009 ), 5506 6010 'supports' => array( … … 5534 6038 '__experimentalFontWeight' => true, 5535 6039 '__experimentalLetterSpacing' => true, 6040 '__experimentalWritingMode' => true, 5536 6041 '__experimentalDefaultControls' => array( 5537 6042 'fontSize' => true … … 5540 6045 'interactivity' => array( 5541 6046 'clientNavigation' => true 5542 ) 5543 ), 5544 'editorStyle' => 'wp-block-site-tagline-editor' 6047 ), 6048 '__experimentalBorder' => array( 6049 'radius' => true, 6050 'color' => true, 6051 'width' => true, 6052 'style' => true 6053 ) 6054 ), 6055 'editorStyle' => 'wp-block-site-tagline-editor', 6056 'style' => 'wp-block-site-tagline' 5545 6057 ), 5546 6058 'site-title' => array( … … 5556 6068 'type' => 'number', 5557 6069 'default' => 1 6070 ), 6071 'levelOptions' => array( 6072 'type' => 'array', 6073 'default' => array( 6074 0, 6075 1, 6076 2, 6077 3, 6078 4, 6079 5, 6080 6 6081 ) 5558 6082 ), 5559 6083 'textAlign' => array( … … 5604 6128 '__experimentalFontWeight' => true, 5605 6129 '__experimentalLetterSpacing' => true, 6130 '__experimentalWritingMode' => true, 5606 6131 '__experimentalDefaultControls' => array( 5607 6132 'fontSize' => true … … 5610 6135 'interactivity' => array( 5611 6136 'clientNavigation' => true 6137 ), 6138 '__experimentalBorder' => array( 6139 'radius' => true, 6140 'color' => true, 6141 'width' => true, 6142 'style' => true 5612 6143 ) 5613 6144 ), … … 5757 6288 'interactivity' => array( 5758 6289 'clientNavigation' => true 6290 ), 6291 '__experimentalBorder' => array( 6292 'radius' => true, 6293 'color' => true, 6294 'width' => true, 6295 'style' => true, 6296 '__experimentalDefaultControls' => array( 6297 'radius' => true, 6298 'color' => true, 6299 'width' => true, 6300 'style' => true 6301 ) 5759 6302 ) 5760 6303 ), … … 6049 6592 'title' => 'Tag Cloud', 6050 6593 'category' => 'widgets', 6051 'description' => 'A cloud of your most used tags.',6594 'description' => 'A cloud of popular keywords, each sized by how often it appears.', 6052 6595 'textdomain' => 'default', 6053 6596 'attributes' => array( … … 6103 6646 'interactivity' => array( 6104 6647 'clientNavigation' => true 6648 ), 6649 '__experimentalBorder' => array( 6650 'radius' => true, 6651 'color' => true, 6652 'width' => true, 6653 'style' => true, 6654 '__experimentalDefaultControls' => array( 6655 'radius' => true, 6656 'color' => true, 6657 'width' => true, 6658 'style' => true 6659 ) 6105 6660 ) 6106 6661 ), … … 6185 6740 'interactivity' => array( 6186 6741 'clientNavigation' => true 6742 ), 6743 '__experimentalBorder' => array( 6744 'radius' => true, 6745 'color' => true, 6746 'width' => true, 6747 'style' => true, 6748 '__experimentalDefaultControls' => array( 6749 'radius' => true, 6750 'color' => true, 6751 'width' => true, 6752 'style' => true 6753 ) 6187 6754 ) 6188 6755 ) … … 6260 6827 'supports' => array( 6261 6828 'anchor' => true, 6829 'background' => array( 6830 'backgroundImage' => true, 6831 'backgroundSize' => true, 6832 '__experimentalDefaultControls' => array( 6833 'backgroundImage' => true 6834 ) 6835 ), 6262 6836 'color' => array( 6263 6837 'gradients' => true, … … 6266 6840 'background' => true, 6267 6841 'text' => true 6842 ) 6843 ), 6844 'dimensions' => array( 6845 'minHeight' => true, 6846 '__experimentalDefaultControls' => array( 6847 'minHeight' => false 6268 6848 ) 6269 6849 ), … … 6277 6857 '__experimentalTextTransform' => true, 6278 6858 '__experimentalTextDecoration' => true, 6859 '__experimentalWritingMode' => true, 6279 6860 '__experimentalDefaultControls' => array( 6280 6861 'fontSize' => true … … 6361 6942 'attribute' => 'preload', 6362 6943 'default' => 'metadata' 6944 ), 6945 'blob' => array( 6946 'type' => 'string', 6947 '__experimentalRole' => 'local' 6363 6948 ), 6364 6949 'src' => array(
Note: See TracChangeset
for help on using the changeset viewer.