mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add alignment options to ImageBlock component for improved layout control
This commit is contained in:
parent
0b2c4d3ad1
commit
411845d480
2 changed files with 65 additions and 16 deletions
|
|
@ -17,6 +17,9 @@ export default Node.create({
|
|||
size: {
|
||||
width: 300,
|
||||
},
|
||||
alignment: {
|
||||
default: 'center',
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue