atrr option cat
This commit is contained in:
parent
b20e980eb7
commit
8e69d62730
|
|
@ -18,8 +18,9 @@ class AttributeOption extends JsonResource
|
|||
'id' => $this->id,
|
||||
'admin_name' => $this->admin_name,
|
||||
'label' => $this->label,
|
||||
// 'swatch_value' => $this->swatch_value,
|
||||
'image' => $this->swatch_value_url
|
||||
'swatch_value' => $this->swatch_value,
|
||||
'image' => $this->swatch_value_url,
|
||||
'attribute_id' => $this->attribute_id
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue