diff --git a/packages/albert/config/index.js b/packages/albert/config/index.js index 5130a479f36..b8a0929596a 100644 --- a/packages/albert/config/index.js +++ b/packages/albert/config/index.js @@ -8,17 +8,7 @@ export default { department: 'unisex', type: 'pattern', difficulty: 3, - tags: [ - 'freesewing', - 'design', - 'diy', - 'fashion', - 'made to measure', - 'parametric design', - 'pattern', - 'sewing', - 'sewing pattern' - ], + tags: ['accessories'], optionGroups: { fit: ['backOpening', 'chestDepth'], style: ['lengthBonus', 'bibLength', 'bibWidth', 'strapWidth'] diff --git a/packages/holmes/config/index.js b/packages/holmes/config/index.js index 908a44371d6..3cd266ee2c8 100644 --- a/packages/holmes/config/index.js +++ b/packages/holmes/config/index.js @@ -5,22 +5,12 @@ import { version } from '../package.json' export default { name: 'holmes', version, - design: 'AlfaLyr', - code: 'AlfaLyr', + design: 'Erica Alcusa Sáez', + code: 'Erica Alcusa Sáez', department: 'accessories', type: 'pattern', difficulty: 3, - tags: [ - 'freesewing', - 'design', - 'diy', - 'fashion', - 'made to measure', - 'parametric design', - 'pattern', - 'sewing', - 'sewing pattern' - ], + tags: ['hat'], optionGroups: { style: ['lengthRatio', 'goreNumber', 'brimAngle', 'brimWidth'] },