Skip to content

Commit faedf5b

Browse files
blankartbfintal
andauthored
feat (heading block): Block alignment support for heading block (#2015)
* Feat: Block alignment support for heading block * Update src/block/heading/index.js * fixes alignment * Removed style not needed in editor * Update src/styles/editor-block.scss Co-authored-by: Benjamin Intal <[email protected]>
1 parent 7b0721e commit faedf5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/block/heading/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const settings = applyFilters( 'stackable.block.metadata', {
2323
attributes: schema,
2424
supports: {
2525
anchor: true,
26+
align: [ 'center', 'wide', 'full' ],
2627
},
2728
edit,
2829
save,

0 commit comments

Comments
 (0)