This commit is contained in:
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user