Fix initial data, improve block placeholder
This commit is contained in:
parent
b4919d6c3e
commit
f8f6564b60
|
@ -1,5 +1,6 @@
|
|||
.sb-block-placeholder {
|
||||
width: 100%;
|
||||
flex-basis: 100%;
|
||||
flex-shrink: 2;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
|
||||
|
|
|
@ -4,6 +4,15 @@
|
|||
"data": {
|
||||
"orientation": "vertical",
|
||||
"children": [
|
||||
{
|
||||
"name": "sb-heading",
|
||||
"id": "1480592112212",
|
||||
"data": {
|
||||
"value": "A pretty heading",
|
||||
"align": "center",
|
||||
"level": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sb-paragraph",
|
||||
"id": "1590592112200",
|
||||
|
|
Loading…
Reference in a new issue