feat: add alignment options to ImageBlock component for improved layout control

This commit is contained in:
swve 2025-04-28 21:25:55 +02:00
parent 0b2c4d3ad1
commit 411845d480
2 changed files with 65 additions and 16 deletions

View file

@ -17,6 +17,9 @@ export default Node.create({
size: {
width: 300,
},
alignment: {
default: 'center',
},
}
},