mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-12-08 20:38:56 +00:00
A product now has color attribute on model.
This commit is contained in:
@@ -20,6 +20,7 @@ class Products {
|
||||
name: product.name,
|
||||
description: product.description,
|
||||
urlSlug: slugify(product.name),
|
||||
color: product.color,
|
||||
image: product.image
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user