theme.json 動作をチェック
core/table-of-contents
"core/template-part": {
"color": {
"custom": true,
"palette": [{
"name": "Background dim 10%",
"slug": "emulsion-bg-dim-10",
"color": "rgba(0,0,0,.1)"
},
{
"name": "Background dim 20%",
"slug": "emulsion-bg-dim-20",
"color": "rgba(0,0,0,.2)"
},
{
"name": "Background dim 30%",
"slug": "emulsion-bg-dim-30",
"color": "rgba(0,0,0,.3)"
},
{
"name": "Background dim 40%",
"slug": "emulsion-bg-dim-30",
"color": "rgba(0,0,0,.4)"
},
{
"name": "Background dim 50%",
"slug": "emulsion-bg-dim-50",
"color": "rgba(0,0,0,.5)"
},
{
"name": "Background dim 60%",
"slug": "emulsion-bg-dim-60",
"color": "rgba(0,0,0,.6)"
}
]
}
}
"core/paragraph": {
"color": {
"custom": true,
"palette": [
{
"name": "Black",
"slug": "emulsion-black",
"color": "#000000"
},
{
"name": "White",
"slug": "emulsion-white",
"color": "#ffffff"
},
{
"name": "Muted",
"slug": "emulsion-muted",
"color": "#ecf0f1"
},
{
"name": "Alert",
"slug": "emulsion-alert",
"color": "#ED4F32"
},
{
"name": "Warning",
"slug": "emulsion-warning",
"color": "#EDE04D"
},
{
"name": "Notice",
"slug": "emulsion-notice",
"color": "#4bb1cf"
}
]
},
"supports": {
"anchor": true,
"className": true,
"gradients": []
}
}
"layout":{
"units": ["px", "em", "rem", "%", "vw"]
}
"settings":{
"spacing":{
"margin": ["top", "bottom"]
}
}
to
"settings":{
"spacing":{
"margin":true
}
}
wordpress 6.2
wp-includes/theme.json に “layout”:{“difinitions”:{は含まれているので、
プロパティdifinitionsは許可されていない問題については、残したままとしました。