mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-06 12:31:32 +02:00
11 lines
151 B
TOML
11 lines
151 B
TOML
[[products]]
|
|
name = "Hammer"
|
|
sku = 738594937
|
|
|
|
[[products]] # empty table within the array
|
|
|
|
[[products]]
|
|
name = "Nail"
|
|
sku = 284758393
|
|
|
|
color = "gray"
|