Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (6 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/blocks-json.php

    r58617 r59072  
    7171    'textdomain' => 'default',
    7272    'attributes' => array(
     73      'blob' => array(
     74        'type' => 'string',
     75        '__experimentalRole' => 'local'
     76      ),
    7377      'src' => array(
    7478        'type' => 'string',
     
    329333        '__experimentalTextDecoration' => true,
    330334        '__experimentalLetterSpacing' => true,
     335        '__experimentalWritingMode' => true,
    331336        '__experimentalDefaultControls' => array(
    332337          'fontSize' => true
     
    401406      'html' => false,
    402407      '__experimentalExposeControlsToChildren' => true,
     408      'color' => array(
     409        'gradients' => true,
     410        'text' => false,
     411        '__experimentalDefaultControls' => array(
     412          'background' => true
     413        )
     414      ),
    403415      'spacing' => array(
    404         'blockGap' => true,
     416        'blockGap' => array(
     417          'horizontal',
     418          'vertical'
     419        ),
     420        'padding' => true,
    405421        'margin' => array(
    406422          'top',
     
    424440        )
    425441      ),
     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      ),
    426454      'layout' => array(
    427455        'allowSwitching' => false,
     
    494522    'apiVersion' => 3,
    495523    'name' => 'core/categories',
    496     'title' => 'Categories List',
     524    'title' => 'Terms List',
    497525    '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      ),
    501536      'displayAsDropdown' => array(
    502537        'type' => 'boolean',
     
    518553        'type' => 'boolean',
    519554        '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'
    521567    ),
    522568    'supports' => array(
     
    546592      'interactivity' => array(
    547593        '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        )
    548606      )
    549607    ),
     
    681739      '__experimentalBorder' => array(
    682740        'color' => true,
     741        'radius' => true,
    683742        'style' => true,
    684743        'width' => true,
    685744        '__experimentalDefaultControls' => array(
    686745          'color' => true,
     746          'radius' => true,
    687747          'style' => true,
    688748          'width' => true
     
    874934      'interactivity' => array(
    875935        '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'
    878951  ),
    879952  'comment-content' => array(
     
    918991        )
    919992      ),
     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      ),
    9201005      'spacing' => array(
    9211006        'padding' => array(
     
    9281013      ),
    9291014      'html' => false
    930     )
     1015    ),
     1016    'style' => 'wp-block-comment-content'
    9311017  ),
    9321018  'comment-date' => array(
     
    9831069      'interactivity' => array(
    9841070        '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'
    9871086  ),
    9881087  'comment-edit-link' => array(
     
    10221121      'spacing' => array(
    10231122        'margin' => true,
    1024         'padding' => true
     1123        'padding' => true,
     1124        '__experimentalDefaultControls' => array(
     1125          'margin' => false,
     1126          'padding' => false
     1127        )
    10251128      ),
    10261129      'typography' => array(
     
    10391142      'interactivity' => array(
    10401143        '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'
    10431153  ),
    10441154  'comment-reply-link' => array(
     
    10731183      'spacing' => array(
    10741184        'margin' => true,
    1075         'padding' => true
     1185        'padding' => true,
     1186        '__experimentalDefaultControls' => array(
     1187          'margin' => false,
     1188          'padding' => false
     1189        )
    10761190      ),
    10771191      'typography' => array(
     
    10881202        )
    10891203      ),
     1204      '__experimentalBorder' => array(
     1205        'radius' => true,
     1206        'color' => true,
     1207        'width' => true,
     1208        'style' => true
     1209      ),
    10901210      'html' => false
    1091     )
     1211    ),
     1212    'style' => 'wp-block-comment-reply-link'
    10921213  ),
    10931214  'comment-template' => array(
     
    11281249      'interactivity' => array(
    11291250        '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        )
    11301263      )
    11311264    ),
     
    14231556        'type' => 'number',
    14241557        'default' => 2
     1558      ),
     1559      'levelOptions' => array(
     1560        'type' => 'array'
    14251561      )
    14261562    ),
     
    17741910        'type' => 'number'
    17751911      ),
     1912      'blob' => array(
     1913        'type' => 'string',
     1914        '__experimentalRole' => 'local'
     1915      ),
    17761916      'href' => array(
    17771917        'type' => 'string'
     
    18311971          'background' => true,
    18321972          '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
    18331985        )
    18341986      ),
     
    20532205      'anchor' => true,
    20542206      '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      ),
    20552217      'html' => false,
    20562218      'units' => array(
     
    21602322        )
    21612323      ),
     2324      'shadow' => true,
    21622325      'spacing' => array(
    21632326        'margin' => array(
     
    22392402        'default' => 2
    22402403      ),
     2404      'levelOptions' => array(
     2405        'type' => 'array'
     2406      ),
    22412407      'placeholder' => array(
    22422408        'type' => 'string'
     
    22512417      'className' => true,
    22522418      '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      ),
    22532431      'color' => array(
    22542432        'gradients' => true,
     
    23842562    'textdomain' => 'default',
    23852563    'attributes' => array(
     2564      'blob' => array(
     2565        'type' => 'string',
     2566        '__experimentalRole' => 'local'
     2567      ),
    23862568      'url' => array(
    23872569        'type' => 'string',
     
    24832665        'duotone' => true
    24842666      ),
     2667      'spacing' => array(
     2668        'margin' => true
     2669      ),
    24852670      '__experimentalBorder' => array(
    24862671        'color' => true,
     
    25522737    'supports' => array(
    25532738      '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      ),
    25542748      'html' => false,
    25552749      'spacing' => array(
     
    27412935      'core/list-item'
    27422936    ),
    2743     'description' => 'Create a bulleted or numbered list.',
     2937    'description' => 'An organized collection of items displayed in a specific order.',
    27442938    'keywords' => array(
    27452939      'bullet list',
     
    27822976      'anchor' => true,
    27832977      'html' => false,
     2978      '__experimentalBorder' => array(
     2979        'color' => true,
     2980        'radius' => true,
     2981        'style' => true,
     2982        'width' => true
     2983      ),
    27842984      'typography' => array(
    27852985        'fontSize' => true,
     
    28183018      )
    28193019    ),
     3020    'selectors' => array(
     3021      'border' => '.wp-block-list:not(.wp-block-list .wp-block-list)'
     3022    ),
    28203023    'editorStyle' => 'wp-block-list-editor',
    28213024    'style' => 'wp-block-list'
     
    28333036      'core/list'
    28343037    ),
    2835     'description' => 'Create a list item.',
     3038    'description' => 'An individual item within a list.',
    28363039    'textdomain' => 'default',
    28373040    'attributes' => array(
     
    28473050    ),
    28483051    'supports' => array(
     3052      'anchor' => true,
    28493053      'className' => false,
    2850       '__experimentalSelector' => '.wp-block-list > li',
    28513054      '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      ),
    28523069      'spacing' => array(
    28533070        'margin' => true,
     
    28743091        'clientNavigation' => true
    28753092      )
     3093    ),
     3094    'selectors' => array(
     3095      'root' => '.wp-block-list > li',
     3096      'border' => '.wp-block-list:not(.wp-block-list .wp-block-list) > li'
    28763097    )
    28773098  ),
     
    28993120      )
    29003121    ),
     3122    'example' => array(
     3123      'viewportWidth' => 350
     3124    ),
    29013125    'supports' => array(
    29023126      'className' => true,
     3127      'color' => array(
     3128        'background' => true,
     3129        'text' => false,
     3130        'gradients' => true,
     3131        'link' => true
     3132      ),
    29033133      'spacing' => array(
    29043134        'margin' => true,
     
    29223152        )
    29233153      ),
    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'
    29283165  ),
    29293166  'media-text' => array(
     
    30413278      ),
    30423279      '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      ),
    30433292      'color' => array(
    30443293        'gradients' => true,
     
    34573706      'reusable' => false,
    34583707      '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      ),
    34593721      'interactivity' => array(
    34603722        'clientNavigation' => true
     
    36533915      'anchor' => true,
    36543916      'className' => false,
     3917      '__experimentalBorder' => array(
     3918        'color' => true,
     3919        'radius' => true,
     3920        'style' => true,
     3921        'width' => true
     3922      ),
    36553923      'color' => array(
    36563924        'gradients' => true,
     
    37844052      'interactivity' => array(
    37854053        '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',
    37884069    'style' => 'wp-block-post-author'
    37894070  ),
     
    38044085      'postType',
    38054086      'postId'
     4087    ),
     4088    'example' => array(
     4089      'viewportWidth' => 350
    38064090    ),
    38074091    'supports' => array(
     
    38334117      'interactivity' => array(
    38344118        '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'
    38374134  ),
    38384135  'post-author-name' => array(
     
    38604157      'postType',
    38614158      'postId'
     4159    ),
     4160    'example' => array(
     4161      'viewportWidth' => 350
    38624162    ),
    38634163    'supports' => array(
     
    38914191      'interactivity' => array(
    38924192        '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'
    38954208  ),
    38964209  'post-comments-form' => array(
     
    39364249          'fontSize' => true
    39374250        )
     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        )
    39384263      )
    39394264    ),
     
    39584283      'queryId'
    39594284    ),
     4285    'example' => array(
     4286      'viewportWidth' => 350
     4287    ),
    39604288    'supports' => array(
    39614289      'align' => array(
     
    39654293      'html' => false,
    39664294      'layout' => true,
     4295      'background' => array(
     4296        'backgroundImage' => true,
     4297        'backgroundSize' => true,
     4298        '__experimentalDefaultControls' => array(
     4299          'backgroundImage' => true
     4300        )
     4301      ),
    39674302      'dimensions' => array(
    39684303        'minHeight' => true
    39694304      ),
    39704305      'spacing' => array(
    3971         'blockGap' => true
     4306        'blockGap' => true,
     4307        'padding' => true,
     4308        '__experimentalDefaultControls' => array(
     4309          'margin' => false,
     4310          'padding' => false
     4311        )
    39724312      ),
    39734313      'color' => array(
     
    39934333      )
    39944334    ),
     4335    'style' => 'wp-block-post-content',
    39954336    'editorStyle' => 'wp-block-post-content-editor'
    39964337  ),
     
    40234364      'postType',
    40244365      'queryId'
     4366    ),
     4367    'example' => array(
     4368      'viewportWidth' => 350
    40254369    ),
    40264370    'supports' => array(
     
    40544398      'interactivity' => array(
    40554399        '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        )
    40564412      )
    40574413    )
     
    40854441      'postType',
    40864442      'queryId'
     4443    ),
     4444    'example' => array(
     4445      'viewportWidth' => 350
    40874446    ),
    40884447    'supports' => array(
     
    41164475      'interactivity' => array(
    41174476        '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        )
    41184489      )
    41194490    ),
     
    41844555      'postType',
    41854556      'queryId'
     4557    ),
     4558    'example' => array(
     4559      'viewportWidth' => 350
    41864560    ),
    41874561    'supports' => array(
     
    43934767      'postType'
    43944768    ),
     4769    'example' => array(
     4770      'viewportWidth' => 350
     4771    ),
    43954772    'supports' => array(
    43964773      'html' => false,
     
    44234800      'interactivity' => array(
    44244801        '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        )
    44254814      )
    44264815    ),
     
    44484837        'default' => 2
    44494838      ),
     4839      'levelOptions' => array(
     4840        'type' => 'array'
     4841      ),
    44504842      'isLink' => array(
    44514843        'type' => 'boolean',
     
    44614853        'default' => '_self'
    44624854      )
     4855    ),
     4856    'example' => array(
     4857      'viewportWidth' => 350
    44634858    ),
    44644859    'supports' => array(
     
    44964891      'interactivity' => array(
    44974892        '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        )
    44984905      )
    44994906    ),
     
    45454952      'interactivity' => array(
    45464953        '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        )
    45474966      )
    45484967    ),
     
    45825001        'full'
    45835002      ),
     5003      'background' => array(
     5004        'backgroundImage' => true,
     5005        'backgroundSize' => true,
     5006        '__experimentalDefaultControls' => array(
     5007          'backgroundImage' => true
     5008        )
     5009      ),
    45845010      'color' => array(
    45855011        'gradients' => true,
     
    45895015          'background' => true,
    45905016          'text' => true
     5017        )
     5018      ),
     5019      'dimensions' => array(
     5020        'minHeight' => true,
     5021        '__experimentalDefaultControls' => array(
     5022          'minHeight' => false
    45915023        )
    45925024      ),
     
    46645096          'parents' => array(
    46655097           
     5098          ),
     5099          'format' => array(
     5100           
    46665101          )
    46675102        )
     
    46785113        'default' => false
    46795114      )
     5115    ),
     5116    'usesContext' => array(
     5117      'postType'
    46805118    ),
    46815119    'providesContext' => array(
     
    49835421        'default' => 1
    49845422      ),
     5423      'levelOptions' => array(
     5424        'type' => 'array'
     5425      ),
    49855426      'showPrefix' => array(
    49865427        'type' => 'boolean',
     
    50245465      'interactivity' => array(
    50255466        '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        )
    50265479      )
    50275480    ),
     
    50615514    'supports' => array(
    50625515      'anchor' => true,
     5516      'align' => array(
     5517        'left',
     5518        'right',
     5519        'wide',
     5520        'full'
     5521      ),
    50635522      '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      ),
    50645548      '__experimentalOnEnter' => true,
    50655549      '__experimentalOnMerge' => true,
     
    50905574      ),
    50915575      'spacing' => array(
    5092         'blockGap' => true
     5576        'blockGap' => true,
     5577        'padding' => true,
     5578        'margin' => true
    50935579      ),
    50945580      'interactivity' => array(
     
    53255811        )
    53265812      ),
     5813      'spacing' => array(
     5814        'margin' => true
     5815      ),
    53275816      'html' => false
    53285817    ),
     
    54995988        'type' => 'number',
    55005989        '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        )
    55016002      )
    55026003    ),
    55036004    'example' => array(
    5504      
     6005      'viewportWidth' => 350,
     6006      'attributes' => array(
     6007        'textAlign' => 'center'
     6008      )
    55056009    ),
    55066010    'supports' => array(
     
    55346038        '__experimentalFontWeight' => true,
    55356039        '__experimentalLetterSpacing' => true,
     6040        '__experimentalWritingMode' => true,
    55366041        '__experimentalDefaultControls' => array(
    55376042          'fontSize' => true
     
    55406045      'interactivity' => array(
    55416046        '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'
    55456057  ),
    55466058  'site-title' => array(
     
    55566068        'type' => 'number',
    55576069        '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        )
    55586082      ),
    55596083      'textAlign' => array(
     
    56046128        '__experimentalFontWeight' => true,
    56056129        '__experimentalLetterSpacing' => true,
     6130        '__experimentalWritingMode' => true,
    56066131        '__experimentalDefaultControls' => array(
    56076132          'fontSize' => true
     
    56106135      'interactivity' => array(
    56116136        'clientNavigation' => true
     6137      ),
     6138      '__experimentalBorder' => array(
     6139        'radius' => true,
     6140        'color' => true,
     6141        'width' => true,
     6142        'style' => true
    56126143      )
    56136144    ),
     
    57576288      'interactivity' => array(
    57586289        '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        )
    57596302      )
    57606303    ),
     
    60496592    'title' => 'Tag Cloud',
    60506593    '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.',
    60526595    'textdomain' => 'default',
    60536596    'attributes' => array(
     
    61036646      'interactivity' => array(
    61046647        '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        )
    61056660      )
    61066661    ),
     
    61856740      'interactivity' => array(
    61866741        '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        )
    61876754      )
    61886755    )
     
    62606827    'supports' => array(
    62616828      'anchor' => true,
     6829      'background' => array(
     6830        'backgroundImage' => true,
     6831        'backgroundSize' => true,
     6832        '__experimentalDefaultControls' => array(
     6833          'backgroundImage' => true
     6834        )
     6835      ),
    62626836      'color' => array(
    62636837        'gradients' => true,
     
    62666840          'background' => true,
    62676841          'text' => true
     6842        )
     6843      ),
     6844      'dimensions' => array(
     6845        'minHeight' => true,
     6846        '__experimentalDefaultControls' => array(
     6847          'minHeight' => false
    62686848        )
    62696849      ),
     
    62776857        '__experimentalTextTransform' => true,
    62786858        '__experimentalTextDecoration' => true,
     6859        '__experimentalWritingMode' => true,
    62796860        '__experimentalDefaultControls' => array(
    62806861          'fontSize' => true
     
    63616942        'attribute' => 'preload',
    63626943        'default' => 'metadata'
     6944      ),
     6945      'blob' => array(
     6946        'type' => 'string',
     6947        '__experimentalRole' => 'local'
    63636948      ),
    63646949      'src' => array(
Note: See TracChangeset for help on using the changeset viewer.