Make WordPress Core


Ignore:
Timestamp:
02/09/2024 06:20:12 PM (15 months ago)
Author:
youknowriad
Message:

Editor: Update the WordPress packages to Gutenberg 17.7RC1.

This brings the latest and greatest from Gutenberg.
The full changelog is available here
https://github.com/WordPress/gutenberg/releases/tag/v17.7.0-rc.1

Props youknowriad, get_dave.
See #60315.

File:
1 edited

Legend:

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

    r57499 r57578  
    4949          'fontSize' => true
    5050        )
     51      ),
     52      'interactivity' => array(
     53        'clientNavigation' => true
    5154      )
    5255    ),
     
    114117          'padding' => false
    115118        )
     119      ),
     120      'interactivity' => array(
     121        'clientNavigation' => true
    116122      )
    117123    ),
     
    175181        'background' => false,
    176182        '__experimentalDuotone' => 'img'
     183      ),
     184      'interactivity' => array(
     185        'clientNavigation' => true
    177186      )
    178187    ),
     
    189198    'title' => 'Pattern',
    190199    '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.',
    192201    'keywords' => array(
    193202      'reusable'
     
    198207        'type' => 'number'
    199208      ),
    200       'overrides' => array(
     209      'content' => array(
    201210        'type' => 'object'
    202211      )
     
    206215      'html' => false,
    207216      'inserter' => false,
    208       'renaming' => false
     217      'renaming' => false,
     218      'interactivity' => array(
     219        'clientNavigation' => true
     220      )
    209221    )
    210222  ),
     
    318330      ),
    319331      'reusable' => false,
    320       'shadow' => true,
     332      'shadow' => array(
     333        '__experimentalSkipSerialization' => true
     334      ),
    321335      'spacing' => array(
    322336        '__experimentalSkipSerialization' => true,
     
    342356        )
    343357      ),
    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      )
    345362    ),
    346363    'styles' => array(
     
    364381    'title' => 'Buttons',
    365382    'category' => 'design',
     383    'allowedBlocks' => array(
     384      'core/button'
     385    ),
    366386    'description' => 'Prompt visitors to take action with a group of button-style links.',
    367387    'keywords' => array(
     
    406426          'type' => 'flex'
    407427        )
     428      ),
     429      'interactivity' => array(
     430        'clientNavigation' => true
    408431      )
    409432    ),
     
    456479          'fontSize' => true
    457480        )
     481      ),
     482      'interactivity' => array(
     483        'clientNavigation' => true
    458484      )
    459485    ),
     
    513539          'fontSize' => true
    514540        )
     541      ),
     542      'interactivity' => array(
     543        'clientNavigation' => true
    515544      )
    516545    ),
     
    581610          'text' => true
    582611        )
     612      ),
     613      'interactivity' => array(
     614        'clientNavigation' => true
    583615      )
    584616    ),
     
    634666        )
    635667      ),
     668      'shadow' => true,
    636669      'spacing' => array(
    637670        'blockGap' => true,
     
    665698        )
    666699      ),
    667       'layout' => true
     700      'layout' => true,
     701      'interactivity' => array(
     702        'clientNavigation' => true
     703      )
    668704    )
    669705  ),
     
    674710    'title' => 'Columns',
    675711    'category' => 'design',
     712    'allowedBlocks' => array(
     713      'core/column'
     714    ),
    676715    'description' => 'Display content in multiple columns, with blocks added to each column.',
    677716    'textdomain' => 'default',
     
    765804          'fontSize' => true
    766805        )
    767       )
     806      ),
     807      'interactivity' => array(
     808        'clientNavigation' => true
     809      ),
     810      'shadow' => true
    768811    ),
    769812    'editorStyle' => 'wp-block-columns-editor',
     
    824867          'fontSize' => true
    825868        )
     869      ),
     870      'interactivity' => array(
     871        'clientNavigation' => true
    826872      )
    827873    )
     
    930976          'fontSize' => true
    931977        )
     978      ),
     979      'interactivity' => array(
     980        'clientNavigation' => true
    932981      )
    933982    )
     
    9831032          'fontSize' => true
    9841033        )
     1034      ),
     1035      'interactivity' => array(
     1036        'clientNavigation' => true
    9851037      )
    9861038    )
     
    10691121          'fontSize' => true
    10701122        )
     1123      ),
     1124      'interactivity' => array(
     1125        'clientNavigation' => true
    10711126      )
    10721127    ),
     
    11401195      'core/comments'
    11411196    ),
     1197    'allowedBlocks' => array(
     1198      'core/comments-pagination-previous',
     1199      'core/comments-pagination-numbers',
     1200      'core/comments-pagination-next'
     1201    ),
    11421202    'description' => 'Displays a paginated navigation to next/previous set of comments, when applicable.',
    11431203    'textdomain' => 'default',
     
    11831243          'fontSize' => true
    11841244        )
     1245      ),
     1246      'interactivity' => array(
     1247        'clientNavigation' => true
    11851248      )
    11861249    ),
     
    12301293          'fontSize' => true
    12311294        )
     1295      ),
     1296      'interactivity' => array(
     1297        'clientNavigation' => true
    12321298      )
    12331299    )
     
    12691335          'fontSize' => true
    12701336        )
     1337      ),
     1338      'interactivity' => array(
     1339        'clientNavigation' => true
    12711340      )
    12721341    )
     
    13141383          'fontSize' => true
    13151384        )
     1385      ),
     1386      'interactivity' => array(
     1387        'clientNavigation' => true
    13161388      )
    13171389    )
     
    13851457          '__experimentalFontWeight' => true
    13861458        )
     1459      ),
     1460      'interactivity' => array(
     1461        'clientNavigation' => true
    13871462      )
    13881463    )
     
    15381613      'layout' => array(
    15391614        'allowJustification' => false
     1615      ),
     1616      'interactivity' => array(
     1617        'clientNavigation' => true
    15401618      )
    15411619    ),
     
    16111689      'layout' => array(
    16121690        'allowEditing' => false
     1691      ),
     1692      'interactivity' => array(
     1693        'clientNavigation' => true
    16131694      )
    16141695    ),
     
    16621743      'spacing' => array(
    16631744        'margin' => true
     1745      ),
     1746      'interactivity' => array(
     1747        'clientNavigation' => true
    16641748      )
    16651749    ),
     
    18101894          'fontSize' => true
    18111895        )
     1896      ),
     1897      'interactivity' => array(
     1898        'clientNavigation' => true
    18121899      )
    18131900    ),
     
    18411928    'title' => 'Gallery',
    18421929    'category' => 'media',
     1930    'allowedBlocks' => array(
     1931      'core/image'
     1932    ),
    18431933    'description' => 'Display multiple images in a rich gallery.',
    18441934    'keywords' => array(
     
    19932083          'type' => 'flex'
    19942084        )
     2085      ),
     2086      'interactivity' => array(
     2087        'clientNavigation' => true
    19952088      )
    19962089    ),
     
    21062199      'layout' => array(
    21072200        'allowSizingOnChildren' => true
     2201      ),
     2202      'interactivity' => array(
     2203        'clientNavigation' => true
    21082204      )
    21092205    ),
     
    21822278      ),
    21832279      '__unstablePasteTextInline' => true,
    2184       '__experimentalSlashInserter' => true
     2280      '__experimentalSlashInserter' => true,
     2281      'interactivity' => array(
     2282        'clientNavigation' => true
     2283      )
    21852284    ),
    21862285    'editorStyle' => 'wp-block-heading-editor',
     
    22272326          'fontSize' => true
    22282327        )
     2328      ),
     2329      'interactivity' => array(
     2330        'clientNavigation' => true
    22292331      )
    22302332    ),
     
    22522354      'customClassName' => false,
    22532355      'className' => false,
    2254       'html' => false
     2356      'html' => false,
     2357      'interactivity' => array(
     2358        'clientNavigation' => true
     2359      )
    22552360    ),
    22562361    'editorStyle' => 'wp-block-html-editor'
     
    23852490          'width' => true
    23862491        )
     2492      ),
     2493      'shadow' => array(
     2494        '__experimentalSkipSerialization' => true
    23872495      )
    23882496    ),
    23892497    'selectors' => array(
    23902498      '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',
    23912500      'filter' => array(
    23922501        'duotone' => '.wp-block-image img, .wp-block-image .components-placeholder'
     
    24572566          'fontSize' => true
    24582567        )
     2568      ),
     2569      'interactivity' => array(
     2570        'clientNavigation' => true
    24592571      )
    24602572    ),
     
    25802692          'fontSize' => true
    25812693        )
     2694      ),
     2695      'interactivity' => array(
     2696        'clientNavigation' => true
    25822697      )
    25832698    ),
     
    26202735    'title' => 'List',
    26212736    'category' => 'text',
     2737    'allowedBlocks' => array(
     2738      'core/list-item'
     2739    ),
    26222740    'description' => 'Create a bulleted or numbered list.',
    26232741    'keywords' => array(
     
    26932811      '__experimentalSelector' => 'ol,ul',
    26942812      '__experimentalOnMerge' => true,
    2695       '__experimentalSlashInserter' => true
     2813      '__experimentalSlashInserter' => true,
     2814      'interactivity' => array(
     2815        'clientNavigation' => true
     2816      )
    26962817    ),
    26972818    'editorStyle' => 'wp-block-list-editor',
     
    27052826    'category' => 'text',
    27062827    'parent' => array(
     2828      'core/list'
     2829    ),
     2830    'allowedBlocks' => array(
    27072831      'core/list'
    27082832    ),
     
    27432867          'fontSize' => true
    27442868        )
     2869      ),
     2870      'interactivity' => array(
     2871        'clientNavigation' => true
    27452872      )
    27462873    )
     
    27912918          'fontSize' => true
    27922919        )
     2920      ),
     2921      'interactivity' => array(
     2922        'clientNavigation' => true
    27932923      )
    27942924    )
     
    29253055          'fontSize' => true
    29263056        )
     3057      ),
     3058      'interactivity' => array(
     3059        'clientNavigation' => true
    29273060      )
    29283061    ),
     
    29553088      'inserter' => false,
    29563089      'html' => false,
    2957       'reusable' => false
     3090      'reusable' => false,
     3091      'interactivity' => array(
     3092        'clientNavigation' => true
     3093      )
    29583094    )
    29593095  ),
     
    29823118      'className' => false,
    29833119      'html' => false,
    2984       'multiple' => false
     3120      'multiple' => false,
     3121      'interactivity' => array(
     3122        'clientNavigation' => true
     3123      )
    29853124    ),
    29863125    'editorStyle' => 'wp-block-more-editor'
     
    29923131    'title' => 'Navigation',
    29933132    '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    ),
    29943146    'description' => 'A collection of blocks that allow visitors to get around your site.',
    29953147    'keywords' => array(
     
    31593311      'core/navigation'
    31603312    ),
     3313    'allowedBlocks' => array(
     3314      'core/navigation-link',
     3315      'core/navigation-submenu',
     3316      'core/page-list'
     3317    ),
    31613318    'description' => 'Add a page, link, or another item to your navigation.',
    31623319    'textdomain' => 'default',
     
    32263383        )
    32273384      ),
    3228       'renaming' => false
     3385      'renaming' => false,
     3386      'interactivity' => array(
     3387        'clientNavigation' => true
     3388      )
    32293389    ),
    32303390    'editorStyle' => 'wp-block-navigation-link-editor',
     
    32933453    'supports' => array(
    32943454      'reusable' => false,
    3295       'html' => false
     3455      'html' => false,
     3456      'interactivity' => array(
     3457        'clientNavigation' => true
     3458      )
    32963459    ),
    32973460    'editorStyle' => 'wp-block-navigation-submenu-editor',
     
    33163479      'customClassName' => false,
    33173480      'className' => false,
    3318       'html' => false
     3481      'html' => false,
     3482      'interactivity' => array(
     3483        'clientNavigation' => true
     3484      )
    33193485    ),
    33203486    'editorStyle' => 'wp-block-nextpage-editor'
     
    33263492    'title' => 'Page List',
    33273493    'category' => 'widgets',
     3494    'allowedBlocks' => array(
     3495      'core/page-list-item'
     3496    ),
    33283497    'description' => 'Display a list of all pages.',
    33293498    'keywords' => array(
     
    33723541          'fontSize' => true
    33733542        )
     3543      ),
     3544      'interactivity' => array(
     3545        'clientNavigation' => true
    33743546      )
    33753547    ),
     
    34303602      'lock' => false,
    34313603      'inserter' => false,
    3432       '__experimentalToolbar' => false
     3604      '__experimentalToolbar' => false,
     3605      'interactivity' => array(
     3606        'clientNavigation' => true
     3607      )
    34333608    ),
    34343609    'editorStyle' => 'wp-block-page-list-editor',
     
    35093684      ),
    35103685      '__experimentalSelector' => 'p',
    3511       '__unstablePasteTextInline' => true
     3686      '__unstablePasteTextInline' => true,
     3687      'interactivity' => array(
     3688        'clientNavigation' => true
     3689      )
    35123690    ),
    35133691    'editorStyle' => 'wp-block-paragraph-editor',
     
    35243702      'html' => false,
    35253703      'inserter' => false,
    3526       'renaming' => false
     3704      'renaming' => false,
     3705      'interactivity' => array(
     3706        'clientNavigation' => true
     3707      )
    35273708    ),
    35283709    'textdomain' => 'default',
     
    36003781          'text' => true
    36013782        )
     3783      ),
     3784      'interactivity' => array(
     3785        'clientNavigation' => true
    36023786      )
    36033787    ),
     
    36463830          'fontSize' => true
    36473831        )
     3832      ),
     3833      'interactivity' => array(
     3834        'clientNavigation' => true
    36483835      )
    36493836    )
     
    37013888          'fontSize' => true
    37023889        )
     3890      ),
     3891      'interactivity' => array(
     3892        'clientNavigation' => true
    37033893      )
    37043894    )
     
    38614051          'fontSize' => true
    38624052        )
     4053      ),
     4054      'interactivity' => array(
     4055        'clientNavigation' => true
    38634056      )
    38644057    )
     
    39204113          'fontSize' => true
    39214114        )
     4115      ),
     4116      'interactivity' => array(
     4117        'clientNavigation' => true
    39224118      )
    39234119    ),
     
    40184214        'margin' => true,
    40194215        'padding' => true
     4216      ),
     4217      'interactivity' => array(
     4218        'clientNavigation' => true
    40204219      )
    40214220    ),
     
    40534252        'type' => 'string',
    40544253        'default' => 'none'
    4055       ),
    4056       'inSameTerm' => array(
    4057         'type' => 'boolean'
    40584254      ),
    40594255      'taxonomy' => array(
     
    40844280          'fontSize' => true
    40854281        )
     4282      ),
     4283      'interactivity' => array(
     4284        'clientNavigation' => true
    40864285      )
    40874286    ),
     
    41434342          'blockGap' => true
    41444343        )
     4344      ),
     4345      'interactivity' => array(
     4346        'clientNavigation' => true
    41454347      )
    41464348    ),
     
    42074409          'fontSize' => true
    42084410        )
     4411      ),
     4412      'interactivity' => array(
     4413        'clientNavigation' => true
    42094414      )
    42104415    ),
     
    42774482          'fontSize' => true
    42784483        )
     4484      ),
     4485      'interactivity' => array(
     4486        'clientNavigation' => true
    42794487      )
    42804488    ),
     
    43234531          'fontSize' => true
    43244532        )
     4533      ),
     4534      'interactivity' => array(
     4535        'clientNavigation' => true
    43254536      )
    43264537    ),
     
    44034614          'lineHeight' => '1.6'
    44044615        )
     4616      ),
     4617      'interactivity' => array(
     4618        'clientNavigation' => true
    44054619      )
    44064620    ),
     
    44664680      ),
    44674681      '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'
    44724686  ),
    44734687  'query-no-results' => array(
     
    45064720          'fontSize' => true
    45074721        )
     4722      ),
     4723      'interactivity' => array(
     4724        'clientNavigation' => true
    45084725      )
    45094726    )
     
    45154732    'title' => 'Pagination',
    45164733    'category' => 'theme',
    4517     'parent' => array(
     4734    'ancestor' => array(
    45184735      'core/query'
     4736    ),
     4737    'allowedBlocks' => array(
     4738      'core/query-pagination-previous',
     4739      'core/query-pagination-numbers',
     4740      'core/query-pagination-next'
    45194741    ),
    45204742    'description' => 'Displays a paginated navigation to next/previous set of posts, when applicable.',
     
    45704792          'fontSize' => true
    45714793        )
     4794      ),
     4795      'interactivity' => array(
     4796        'clientNavigation' => true
    45724797      )
    45734798    ),
     
    46204845          'fontSize' => true
    46214846        )
     4847      ),
     4848      'interactivity' => array(
     4849        'clientNavigation' => true
    46224850      )
    46234851    )
     
    46674895          'fontSize' => true
    46684896        )
     4897      ),
     4898      'interactivity' => array(
     4899        'clientNavigation' => true
    46694900      )
    46704901    ),
     
    47164947          'fontSize' => true
    47174948        )
     4949      ),
     4950      'interactivity' => array(
     4951        'clientNavigation' => true
    47184952      )
    47194953    )
     
    47765010          'fontSize' => true
    47775011        )
     5012      ),
     5013      'interactivity' => array(
     5014        'clientNavigation' => true
    47785015      )
    47795016    ),
     
    48435080      'spacing' => array(
    48445081        'blockGap' => true
     5082      ),
     5083      'interactivity' => array(
     5084        'clientNavigation' => true
    48455085      )
    48465086    ),
     
    49165156          'width' => true
    49175157        )
     5158      ),
     5159      'interactivity' => array(
     5160        'clientNavigation' => true
    49185161      )
    49195162    ),
     
    49685211    'supports' => array(
    49695212      'align' => true,
    4970       'html' => false
     5213      'html' => false,
     5214      'interactivity' => array(
     5215        'clientNavigation' => true
     5216      )
    49715217    ),
    49725218    'editorStyle' => 'wp-block-rss-editor',
     
    51145360          'bottom'
    51155361        )
     5362      ),
     5363      'interactivity' => array(
     5364        'clientNavigation' => true
    51165365      )
    51175366    ),
     
    52025451          'padding' => false
    52035452        )
     5453      ),
     5454      'interactivity' => array(
     5455        'clientNavigation' => true
    52045456      )
    52055457    ),
     
    52705522          'fontSize' => true
    52715523        )
     5524      ),
     5525      'interactivity' => array(
     5526        'clientNavigation' => true
    52725527      )
    52735528    ),
     
    53375592          'fontSize' => true
    53385593        )
     5594      ),
     5595      'interactivity' => array(
     5596        'clientNavigation' => true
    53395597      )
    53405598    ),
     
    53775635    'supports' => array(
    53785636      'reusable' => false,
    5379       'html' => false
     5637      'html' => false,
     5638      'interactivity' => array(
     5639        'clientNavigation' => true
     5640      )
    53805641    ),
    53815642    'editorStyle' => 'wp-block-social-link-editor'
     
    53875648    'title' => 'Social Icons',
    53885649    'category' => 'widgets',
     5650    'allowedBlocks' => array(
     5651      'core/social-link'
     5652    ),
    53895653    'description' => 'Display icons linking to your social media profiles or sites.',
    53905654    'keywords' => array(
     
    54755739          'padding' => false
    54765740        )
     5741      ),
     5742      'interactivity' => array(
     5743        'clientNavigation' => true
    54775744      )
    54785745    ),
     
    55255792          'margin' => true
    55265793        )
     5794      ),
     5795      'interactivity' => array(
     5796        'clientNavigation' => true
    55275797      )
    55285798    ),
     
    57396009        )
    57406010      ),
    5741       '__experimentalSelector' => '.wp-block-table > table'
     6011      '__experimentalSelector' => '.wp-block-table > table',
     6012      'interactivity' => array(
     6013        'clientNavigation' => true
     6014      )
    57426015    ),
    57436016    'styles' => array(
     
    58126085        '__experimentalTextTransform' => true,
    58136086        '__experimentalLetterSpacing' => true
     6087      ),
     6088      'interactivity' => array(
     6089        'clientNavigation' => true
    58146090      )
    58156091    ),
     
    58426118      'html' => false,
    58436119      'reusable' => false,
    5844       'renaming' => false
     6120      'renaming' => false,
     6121      'interactivity' => array(
     6122        'clientNavigation' => true
     6123      )
    58456124    ),
    58466125    'editorStyle' => 'wp-block-template-part-editor'
     
    58886167          'fontSize' => true
    58896168        )
     6169      ),
     6170      'interactivity' => array(
     6171        'clientNavigation' => true
    58906172      )
    58916173    )
     
    59296211    ),
    59306212    'supports' => array(
    5931       'inserter' => false
     6213      'inserter' => false,
     6214      'interactivity' => array(
     6215        'clientNavigation' => true
     6216      )
    59326217    ),
    59336218    'editorStyle' => 'wp-block-text-columns-editor',
     
    59946279        'color' => true,
    59956280        'style' => true
     6281      ),
     6282      'interactivity' => array(
     6283        'clientNavigation' => true
    59966284      )
    59976285    ),
     
    60936381          'padding' => false
    60946382        )
     6383      ),
     6384      'interactivity' => array(
     6385        'clientNavigation' => true
    60956386      )
    60966387    ),
Note: See TracChangeset for help on using the changeset viewer.