1
0
Fork 0

chore: Keep config file alphabetic

This commit is contained in:
Joost De Cock 2023-10-17 08:22:15 +02:00
parent e94afb36ab
commit 8f3a795832

View file

@ -340,6 +340,18 @@
"curvedSeam" "curvedSeam"
] ]
}, },
"gozer": {
"code": "Wouter Van Wageningen",
"description": "A FreeSewing pattern for a ghost costume",
"design": "Wouter Van Wageningen",
"difficulty": 1,
"tags": [
"costumes"
],
"techniques": [
"hem"
]
},
"hi": { "hi": {
"code": "Wouter Van Wageningen", "code": "Wouter Van Wageningen",
"description": "A FreeSewing pattern for a shark plush toy", "description": "A FreeSewing pattern for a shark plush toy",
@ -609,22 +621,14 @@
] ]
}, },
"shelly": { "shelly": {
"code": "Thrunic",
"description": "A FreeSewing pattern for a raglan shirt, perfect for swimshirts",
"design": "Thrunic",
"difficulty": 2,
"lab": true, "lab": true,
"org": true, "org": true,
"tags": [ "description": "A FreeSewing pattern for a raglan shirt, perfect for swimshirts",
"tops", "code": "Thrunic",
"swimwear" "design": "Thrunic",
], "difficulty": 2,
"techniques": [ "tags": ["tops", "swimwear"],
"hem", "techniques": ["hem", "stretch", "curvedSeam", "raglanSleeve"]
"stretch",
"curvedSeam",
"raglanSleeve"
]
}, },
"shin": { "shin": {
"code": "Joost De Cock", "code": "Joost De Cock",
@ -683,20 +687,14 @@
] ]
}, },
"skully": { "skully": {
"code": "Wouter Van Wageningen",
"description": "A FreeSewing pattern for skully, our logo, a plushy toy", "description": "A FreeSewing pattern for skully, our logo, a plushy toy",
"code": "Wouter Van Wageningen",
"design": "Wouter Van Wageningen", "design": "Wouter Van Wageningen",
"difficulty": 4, "difficulty": 4,
"lab": true, "lab": true,
"org": true, "org": true,
"tags": [ "tags": ["accessories", "toys"],
"accessories", "techniques": ["curvedSeam", "precision"]
"toys"
],
"techniques": [
"curvedSeam",
"precision"
]
}, },
"sven": { "sven": {
"code": "Joost De Cock", "code": "Joost De Cock",
@ -870,25 +868,13 @@
] ]
}, },
"otis": { "otis": {
"code": "Wouter Van Wageningen",
"description": "A FreeSewing pattern for a romper", "description": "A FreeSewing pattern for a romper",
"code": "Wouter Van Wageningen",
"design": "Wouter Van Wageningen", "design": "Wouter Van Wageningen",
"difficulty": 2, "difficulty": 2,
"lab": true, "lab": true,
"org": true, "org": true,
"tags": [], "tags": [ ],
"techniques": [] "techniques": [ ]
},
"gozer": {
"code": "Coder name",
"description": "A FreeSewing pattern that needs a description",
"design": "Designer name",
"difficulty": 1,
"tags": [
"tagname"
],
"techniques": [
"techname"
]
} }
} }