Skip to content

Commit 4a7ff85

Browse files
committed
adding sort order and additional settings to big filter
1 parent 25bfe4d commit 4a7ff85

1 file changed

Lines changed: 31 additions & 3 deletions

File tree

wp-theme/theme.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
1+
2+
13
{
24
"version": 2,
35
"settings": {
6+
"settings": {
7+
"spacing": {
8+
"padding": true,
9+
"margin": true
10+
}
11+
},
412
"spacing": {
5-
"padding": true,
6-
"margin": true
13+
"spacingSizes": [
14+
{
15+
"name": "X-Small",
16+
"slug": "x-small",
17+
"size": "0.5rem"
18+
},
19+
{
20+
"name": "Small",
21+
"slug": "small",
22+
"size": "1rem"
23+
},
24+
{
25+
"name": "Medium",
26+
"slug": "medium",
27+
"size": "2rem"
28+
},
29+
{
30+
"name": "Large",
31+
"slug": "large",
32+
"size": "4rem"
33+
}
34+
]
735
}
836
}
9-
}
37+
}

0 commit comments

Comments
 (0)