Skip to content

Commit

Permalink
Add raw attributes config for media entity (#39512)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Mar 21, 2022
1 parent 4c44833 commit ebf33df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-data/src/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const rootEntitiesConfig = [
baseURLParams: { context: 'edit' },
plural: 'mediaItems',
label: __( 'Media' ),
rawAttributes: [ 'caption', 'title', 'description' ],
},
{
name: 'taxonomy',
Expand Down

0 comments on commit ebf33df

Please sign in to comment.