1
0
Fork 0
freesewing/packages/rendertest/config/index.js

28 lines
611 B
JavaScript
Raw Normal View History

2019-05-06 17:01:44 +02:00
import { version } from "../package.json";
export default {
name: "rendertest",
version,
design: "Joost De Cock",
code: "Joost De Cock",
2020-03-15 10:53:05 +01:00
department: "womenswear",
2019-05-06 17:01:44 +02:00
type: "pattern",
difficulty: 1,
2020-03-15 10:53:05 +01:00
tags: ["example"],
2019-05-06 17:01:44 +02:00
optionGroups: {
2019-05-07 12:50:49 +02:00
size: ["width"],
content: ["colors", "circles", "text", "snippets", "macros"]
2019-05-06 17:01:44 +02:00
},
measurements: [],
2019-05-07 12:50:49 +02:00
parts: ["test"],
2019-05-06 17:01:44 +02:00
options: {
2019-05-07 12:50:49 +02:00
width: { mm: 200, min: 50, max: 500 },
colors: { bool: true },
circles: { bool: true },
text: { bool: true },
snippets: { bool: true },
2019-05-20 16:25:43 +02:00
macros: { bool: true },
widthHd: { bool: true }
2019-05-06 17:01:44 +02:00
}
};