update
This commit is contained in:
parent
b057c46cbe
commit
6c6ee93fbf
2 changed files with 11 additions and 3 deletions
11
docs/Item.md
11
docs/Item.md
|
@ -64,3 +64,14 @@ variants:
|
|||
```
|
||||
|
||||
This will mark any item variant as expired if it's older than 30 days.
|
||||
|
||||
### Barcodes
|
||||
You can associate barcodes with your item variants. This is useful for Quick Adding Items.
|
||||
|
||||
```yml
|
||||
name: "Water"
|
||||
variants:
|
||||
regular:
|
||||
name: "Regular Water"
|
||||
barcodes: [12345678]
|
||||
```
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[default]
|
||||
address = "0.0.0.0"
|
||||
port = 8080
|
Loading…
Reference in a new issue