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

30 lines
623 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",
department: "menswear",
type: "pattern",
difficulty: 1,
tags: ["test"],
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: [],
dependencies: {},
2019-05-07 12:50:49 +02:00
parts: ["test"],
2019-05-06 17:01:44 +02:00
inject: {},
hide: [],
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 },
macros: { bool: true }
2019-05-06 17:01:44 +02:00
}
};