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