All JSON files in the theme should be pinned to the appropriate schema version, not just `theme.json`. Follow up to [59448]. Props im3dabasia1, poena. Fixes #62455. Built from https://develop.svn.wordpress.org/trunk@59451 git-svn-id: http://core.svn.wordpress.org/trunk@58837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
38 lines
680 B
JSON
38 lines
680 B
JSON
{
|
|
"version": 3,
|
|
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
|
|
"title": "Pill shaped",
|
|
"slug": "post-terms-1",
|
|
"blockTypes": ["core/post-terms"],
|
|
"styles": {
|
|
"elements": {
|
|
"link": {
|
|
"border": {
|
|
"color": "var:preset|color|accent-6",
|
|
"radius": "20px",
|
|
"width": "0.8px",
|
|
"style": "solid"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "5px",
|
|
"right": "10px",
|
|
"bottom": "5px",
|
|
"left": "10px"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontWeight": "400",
|
|
"lineHeight": "2.8",
|
|
"textDecoration": "none"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|