/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/emptytheme/styles/variation.json
28 строк
391 B
Ramon
Background image: add support for relative theme path URLs in top-level theme.json styles (#61271)
20 май 2024, 19:42
Не верифицирован
20 май 2024, 19:42
51fbd4b
Код
Авторство
О чём код?
{ "version": 3, "settings": { "color": { "palette": [ { "slug": "foreground", "color": "#3F67C6", "name": "Foreground" } ] } }, "styles": { "background": { "backgroundImage": { "url": "file:./img/1024x768_emptytheme_test_image.jpg" } }, "blocks": { "core/post-title": { "typography": { "fontWeight": "700" } } } } }