Giải thích color.palette (ok)
https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/
{
"version": 1,
"settings": {
"color": {
...
"palette": [
{
"slug": "strong-magenta",
"color": "#a156b4",
"name": "Strong magenta"
},
{
"slug": "very-dark-grey",
"color": "rgb(131, 12, 8)",
"name": "Very dark grey"
}
]
},
...
}

Last updated