Skip to content

Commit

Permalink
Add alt attribute as part of the attributes changed in the previous v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
renatho committed Oct 28, 2024
1 parent ce1399b commit 92cc116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/cover/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ const v14BlockAttributes = {
sizeSlug: {
type: 'string',
},
alt: {
type: 'string',
default: '',
},
};

const v7toV11BlockSupports = {
Expand Down

0 comments on commit 92cc116

Please sign in to comment.