Skip to content

Commit

Permalink
Add support for wide and full alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
keoshi committed Jun 23, 2021
1 parent 1d29dd5 commit 286d6f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/block/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ registerBlockType( 'mutelife/galeria', {
},
},

supports: {
align: ['wide','full'],
default: 'wide'
},

/**
* Edit function
*/
Expand Down

0 comments on commit 286d6f4

Please sign in to comment.