2020-05-31 16:52:58 +02:00
|
|
|
import { version } from '../package.json'
|
|
|
|
|
|
|
|
export default {
|
2020-05-31 17:53:04 +02:00
|
|
|
name: 'legend',
|
2020-05-31 16:52:58 +02:00
|
|
|
version,
|
|
|
|
design: 'Joost De Cock',
|
|
|
|
code: 'Joost De Cock',
|
|
|
|
department: 'accessories',
|
|
|
|
type: 'pattern',
|
|
|
|
difficulty: 1,
|
|
|
|
tags: ['documentation'],
|
|
|
|
optionGroups: {
|
|
|
|
fit: ['fixme']
|
|
|
|
},
|
|
|
|
measurements: [],
|
|
|
|
parts: [
|
|
|
|
'fabricLines',
|
|
|
|
'saLines',
|
|
|
|
'otherLines',
|
|
|
|
'sa',
|
|
|
|
'logo',
|
|
|
|
'notches',
|
|
|
|
'buttons',
|
|
|
|
'snaps',
|
|
|
|
'cutonfold',
|
|
|
|
'grainline',
|
|
|
|
'dimension',
|
|
|
|
'title',
|
|
|
|
'scalebox',
|
|
|
|
'lineWidths',
|
|
|
|
'lineStrokes',
|
|
|
|
'sizes'
|
|
|
|
],
|
|
|
|
options: {
|
|
|
|
focus: '',
|
|
|
|
// Optiongroups are needed for now, because workbench
|
|
|
|
fixme: {
|
|
|
|
pct: 50,
|
|
|
|
min: 0,
|
|
|
|
max: 100
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|