Make WordPress Core


Ignore:
Timestamp:
05/25/2021 07:51:14 AM (3 years ago)
Author:
noisysocks
Message:

REST API: Add widget endpoints

Adds the sidebars, widgets and widget-types REST API endpoints from the
Gutenberg plugin.

Fixes #41683.
Props TimothyBlynJacobs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-media.php

    r49946 r50993  
    6060                'description'                 => __( 'A media item.' ),
    6161                'customize_selective_refresh' => true,
     62                'show_instance_in_rest'       => true,
    6263                'mime_type'                   => '',
    6364            )
Note: See TracChangeset for help on using the changeset viewer.