Make WordPress Core


Ignore:
Timestamp:
04/28/2021 10:36:40 AM (2 years ago)
Author:
youknowriad
Message:

Block Editor: Update the bundled block patterns.

This updates the block patterns included by default on WordPress
to give them more personality and to make use of the design tools
that has been added to the editor.

Props onemaggie, melchoyce, kjellr, beafialho, gziolo.
Fixes #52846.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-patterns.php

    r48845 r50794  
    2020    if ( $should_register_core_patterns ) {
    2121        $core_block_patterns = array(
     22            'media-text-nature',
     23            'two-images-gallery',
     24            'three-columns-media-text',
     25            'quote',
     26            'large-header-left',
     27            'large-header-text-button',
     28            'media-text-art',
     29            'text-two-columns-title',
     30            'three-columns-text',
     31            'text-two-columns-title-offset',
     32            'heading',
     33            'three-images-gallery',
    2234            'text-two-columns',
     35            'media-text-arquitecture',
    2336            'two-buttons',
    24             'two-images',
    25             'text-two-columns-with-images',
    26             'text-three-columns-buttons',
    27             'large-header',
    28             'large-header-button',
    29             'three-buttons',
    30             'heading-paragraph',
    31             'quote',
    3237        );
    3338
Note: See TracChangeset for help on using the changeset viewer.