/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
phpunit/fixtures/hooked-block/block.json
10 строк
237 B
Aki Hamano
block.json schema: Make the apiVersion field required and only allow 3 (#71107)
13 авг 2025, 09:06
Не верифицирован
13 авг 2025, 09:06
08921f9
Код
Авторство
О чём код?
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "title": "Hooked Block", "name": "tests/hooked-block", "blockHooks": { "tests/group-first-child": "firstChild", "tests/group-last-child": "lastChild" } }