mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Props ockham. See #59346. Follow-up [56587]. git-svn-id: https://develop.svn.wordpress.org/trunk@56607 602fd350-edb4-49c9-b593-d223f7449a82
9 lines
224 B
JSON
9 lines
224 B
JSON
{
|
|
"name": "tests/hooked-block-error",
|
|
"description": "A block that throws an error because it tries to hook a block to itself.",
|
|
"blockHooks": {
|
|
"tests/hooked-block-error": "before",
|
|
"tests/other-block": "after"
|
|
}
|
|
}
|