2021-01-31 09:26:26 +01:00
|
|
|
import { version } from '../package.json'
|
2019-05-06 17:01:44 +02:00
|
|
|
|
|
|
|
export default {
|
2021-01-31 09:26:26 +01:00
|
|
|
name: 'rendertest',
|
2019-05-06 17:01:44 +02:00
|
|
|
version,
|
2021-01-31 09:26:26 +01:00
|
|
|
design: 'Joost De Cock',
|
|
|
|
code: 'Joost De Cock',
|
2021-05-31 19:23:56 +02:00
|
|
|
department: 'accessories',
|
2021-01-31 09:26:26 +01:00
|
|
|
type: 'pattern',
|
2019-05-06 17:01:44 +02:00
|
|
|
difficulty: 1,
|
|
|
|
optionGroups: {
|
2021-01-31 09:26:26 +01:00
|
|
|
size: ['width'],
|
2021-04-24 10:16:31 +02:00
|
|
|
content: ['colors', 'circles', 'text', 'snippets', 'macros'],
|
2019-05-06 17:01:44 +02:00
|
|
|
},
|
|
|
|
measurements: [],
|
2021-01-31 09:26:26 +01: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 },
|
2021-04-24 10:16:31 +02:00
|
|
|
widthHd: { bool: true },
|
|
|
|
},
|
2021-01-31 09:26:26 +01:00
|
|
|
}
|