1
0
Fork 0

🚧 Tweaks to CFP template

This commit is contained in:
Joost De Cock 2019-05-10 08:21:33 +02:00
parent 45742d4984
commit 1ce50efed1
2 changed files with 45 additions and 11 deletions

View file

@ -10,12 +10,26 @@ export default {
department: "{{department}}",
type: "{{type}}",
difficulty: 3,
tags: [],
optionGroups: {},
tags: [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
"{{type}}",
"sewing",
"sewing pattern"
],
optionGroups: {
fit: ["size"]
},
measurements: [],
dependencies: {},
inject: {},
hide: [],
parts: [],
options: {}
parts: ["box"],
options: {
size: { pct: 50, min: 10, max: 100 }
}
};