Skip to content

Commit 9cf9521

Browse files
committed
Merge branch 'tree-6.4'
2 parents ec18986 + 7b0f58b commit 9cf9521

File tree

92 files changed

+1152
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1152
-159
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "tests/hooked-block-error",
3+
"description": "A block that throws an error because it tries to hook a block to itself.",
4+
"blockHooks": {
5+
"tests/hooked-block-error": "before",
6+
"tests/other-block": "after"
7+
}
8+
}

data/blocks/notice/block.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"selectors": {
3131
"root": ".wp-block-notice"
3232
},
33+
"blockHooks": {
34+
"tests/before": "before",
35+
"tests/after": "after",
36+
"tests/first-child": "firstChild",
37+
"tests/last-child": "lastChild"
38+
},
3339
"supports": {
3440
"align": true,
3541
"lightBlockWrapper": true

data/filesystem/archive.zip

448 Bytes
Binary file not shown.

data/images/test-alpha.pdf

7.01 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- wp:group -->
2+
<!-- wp:template-part {"slug":"header","align":"full", "tagName":"header","className":"site-header"} /-->
3+
<!-- /wp:group -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- wp:template-part {"slug":"header","theme":"fake-theme","align":"full","tagName":"header","className":"site-header"} /-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- wp:template-part {"slug":"header","align":"full", "tagName":"header","className":"site-header"} /-->
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- wp:paragraph -->
2+
<p>Small Header Template Part</p>
3+
<!-- /wp:paragraph -->
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Theme Name: Block Theme Child Deprecated Path
3+
Theme URI: https://wordpress.org/
4+
Description: For testing purposes only.
5+
Template: block-theme
6+
Version: 1.0.0
7+
Text Domain: block-theme-child-deprecated-path
8+
*/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- wp:paragraph -->
2+
<p>Index Template</p>
3+
<!-- /wp:paragraph -->

0 commit comments

Comments
 (0)