🚧 Progress on workbench
This commit is contained in:
parent
158c19ae1d
commit
a888922968
31 changed files with 716 additions and 153 deletions
23
packages/rendertest/config/index.js
Normal file
23
packages/rendertest/config/index.js
Normal file
|
@ -0,0 +1,23 @@
|
|||
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: {
|
||||
fit: ["width"]
|
||||
},
|
||||
measurements: [],
|
||||
dependencies: {},
|
||||
parts: ["colors"],
|
||||
inject: {},
|
||||
hide: [],
|
||||
options: {
|
||||
width: { mm: 200, min: 50, max: 500 }
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue