update seeder
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-20 23:26:27 +03:30
parent 2aefeb97d9
commit a69b75ccdd
7 changed files with 317 additions and 81 deletions
+7 -22
View File
@@ -1,26 +1,11 @@
/**
* Product field options are defined inline in `product-field.data.ts`
* (per category) and created by `ProductsFieldsSeeder`.
* Kept for backward compatibility with `FieldOptionSeeder`.
*/
export interface AttributeValueData {
value: string;
attributeName: string
attributeName: string;
}
export const attributeValueData: AttributeValueData[] = [
{
attributeName: 'گراماژ کاغذ',
value: '70',
},
{
attributeName: 'گراماژ کاغذ',
value: '80',
},
{
attributeName: 'رنگ',
value: 'آبی',
},
{
attributeName: 'رنگ',
value: 'قرمز',
},
]
export const attributeValueData: AttributeValueData[] = [];