/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/html/block.json
28 строк
591 B
Riad Benguella
Blocks: Add innerContent support for static inner blocks, adopt it in the HTML block (#79115)
29 июн 2026, 18:55
Не верифицирован
29 июн 2026, 18:55
50ddbc1
Код
Авторство
О чём код?
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/html", "title": "Custom HTML", "category": "widgets", "description": "Add custom HTML code and preview it as you edit.", "keywords": [ "embed" ], "textdomain": "default", "attributes": { "content": { "type": "string", "role": "local" } }, "supports": { "customClassName": false, "className": false, "html": false, "interactivity": { "clientNavigation": true }, "listView": true, "customCSS": false, "visibility": false }, "editorStyle": "wp-block-html-editor" }