/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/html/save.js
5 строк
199 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
Код
Авторство
О чём код?
// The block's markup is serialized from its `innerContent` (static HTML // fragments interleaved with inner blocks), not from a save implementation. export default function save() { return null; }