feat(data): add 2 categories records (batch 1)
This commit is contained in:
parent
d49ccca880
commit
ff1fa5ef13
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "Electronics",
|
||||
"slug": "electronics",
|
||||
"description": "Gadgets and tech devices",
|
||||
"image": "https://placehold.co/400x400/333/fff?text=Category",
|
||||
"parent": null,
|
||||
"created": "2025-12-19T16:03:15.550Z",
|
||||
"updated": "2025-12-19T16:03:15.550Z"
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "Clothing",
|
||||
"slug": "clothing",
|
||||
"description": "Fashion and apparel",
|
||||
"image": "https://placehold.co/400x400/333/fff?text=Category",
|
||||
"parent": null,
|
||||
"created": "2025-12-19T16:03:15.550Z",
|
||||
"updated": "2025-12-19T16:03:15.550Z"
|
||||
}
|
||||
Loading…
Reference in New Issue