/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/e2e-tests/plugins/interactive-blocks/router-script-modules-wrapper/block.json
15 строк
396 B
Jon Surrell
Update block.json apiVersion to 3 (#71852)
24 сен 2025, 16:43
Не верифицирован
24 сен 2025, 16:43
dcb9977
Код
Авторство
О чём код?
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "test/router-script-modules-wrapper", "title": "E2E Interactivity tests - router modules - Wrapper", "category": "text", "icon": "heart", "description": "", "supports": { "interactivity": true }, "textdomain": "e2e-interactivity", "viewScriptModule": "file:./view.js", "render": "file:./render.php" }