Skip to content

Commit

Permalink
Merge pull request #140 from lightspeedwp/1.4-themjson-v3
Browse files Browse the repository at this point in the history
Theme.json update from 2 to 3
  • Loading branch information
krugazul authored Jul 17, 2024
2 parents d2fd543 + dfbe73a commit 80ac14f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## [[1.4.0]](https://github.com/lightspeedwp/lsx-design/releases/tag/1.4.0)


- theme.json schema updated to version - [#139](https://github.com/lightspeedwp/lsx-design/issues/139).
- theme.json default font and spacing sizes have been disabled.

## [[1.3.1]](https://github.com/lightspeedwp/lsx-design/releases/tag/1.3.1)

Expand Down
11 changes: 5 additions & 6 deletions theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"version": 3,
"$schema": "https://schemas.wp.org/wp/6.6/theme.json",
"customTemplates": [
{
"name": "blank",
Expand Down Expand Up @@ -31,9 +33,6 @@
],
"settings": {
"appearanceTools": true,
"shadow": {
"defaultPresets": true
},
"blocks": {
"core/button": {
"spacing": {
Expand Down Expand Up @@ -637,6 +636,7 @@
]
},
"spacing": {
"defaultSpacingSizes":false,
"spacingSizes": [
{
"name": "xSmall",
Expand Down Expand Up @@ -676,6 +676,7 @@
"typography": {
"dropCap": true,
"fluid": true,
"defaultFontSizes" :false,
"fontFamilies": [
{
"fontFace": [
Expand Down Expand Up @@ -1614,7 +1615,5 @@
"name": "footer",
"title": "Footer"
}
],
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
]
}

0 comments on commit 80ac14f

Please sign in to comment.