-
Guten Berg!
+
+
-
+
diff --git a/blocks/test/fixtures/core__cover-image.json b/blocks/test/fixtures/core__cover-image.json
index 7f12304be6f8ab..8451793404e77c 100644
--- a/blocks/test/fixtures/core__cover-image.json
+++ b/blocks/test/fixtures/core__cover-image.json
@@ -4,15 +4,30 @@
"name": "core/cover-image",
"isValid": true,
"attributes": {
- "title": [
- "Guten Berg!"
- ],
"url": "https://cldup.com/uuUqE_dXzy.jpg",
- "contentAlign": "center",
+ "id": 8398,
"hasParallax": false,
"dimRatio": 40
},
- "innerBlocks": [],
- "originalContent": "
"
+ "innerBlocks": [
+ {
+ "uid": "_uid_0",
+ "name": "core/paragraph",
+ "isValid": true,
+ "attributes": {
+ "content": [
+ "Paragraph 1"
+ ],
+ "align": "center",
+ "dropCap": false,
+ "placeholder": "Write title…",
+ "textColor": "#fff",
+ "fontSize": "large"
+ },
+ "innerBlocks": [],
+ "originalContent": "
Paragraph 1
"
+ }
+ ],
+ "originalContent": "
"
}
]
diff --git a/blocks/test/fixtures/core__cover-image.parsed.json b/blocks/test/fixtures/core__cover-image.parsed.json
index 25808e4279256f..5b285f3d447254 100644
--- a/blocks/test/fixtures/core__cover-image.parsed.json
+++ b/blocks/test/fixtures/core__cover-image.parsed.json
@@ -3,10 +3,23 @@
"blockName": "core/cover-image",
"attrs": {
"url": "https://cldup.com/uuUqE_dXzy.jpg",
+ "id": 8398,
"dimRatio": 40
},
- "innerBlocks": [],
- "innerHTML": "\n
\n"
+ "innerBlocks": [
+ {
+ "blockName": "core/paragraph",
+ "attrs": {
+ "align": "center",
+ "placeholder": "Write title…",
+ "textColor": "#fff",
+ "fontSize": "large"
+ },
+ "innerBlocks": [],
+ "innerHTML": "\n\t\t
Paragraph 1
\n\t\t"
+ }
+ ],
+ "innerHTML": "\n
\n"
},
{
"attrs": {},
diff --git a/blocks/test/fixtures/core__cover-image.serialized.html b/blocks/test/fixtures/core__cover-image.serialized.html
index 160d3aa203dbf1..bf4a6fb9d86e74 100644
--- a/blocks/test/fixtures/core__cover-image.serialized.html
+++ b/blocks/test/fixtures/core__cover-image.serialized.html
@@ -1,5 +1,9 @@
-
+
diff --git a/editor/components/block-list/block.js b/editor/components/block-list/block.js
index ec4059d9e1924d..f71047aaa6abff 100644
--- a/editor/components/block-list/block.js
+++ b/editor/components/block-list/block.js
@@ -571,7 +571,7 @@ export class BlockListBlock extends Component {
{ showSideInserter && (
-
+
-
@@ -60,7 +60,7 @@ exports[`DefaultBlockAppender should match snapshot 1`] = `
value="Write your story"
/>
-
@@ -84,7 +84,7 @@ exports[`DefaultBlockAppender should optionally show without prompt 1`] = `
value=""
/>