diff --git a/docs/syntax.md b/docs/syntax.md index 4a7a52a..dae3071 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -100,8 +100,10 @@ additional_bom_items: # custom items to add to BOM # product information (all optional) ignore_in_bom: # if set to true the connector is not added to the BOM pn: # [internal] part number - mpn: # manufacturer part number manufacturer: # manufacturer name + mpn: # manufacturer part number + supplier: # supplier name + spn: # supplier part number additional_components: # additional components - # additional component (see below) @@ -173,8 +175,10 @@ Since the auto-incremented and auto-assigned designator is not known to the user # product information (all optional) ignore_in_bom: # if set to true the cable or wires are not added to the BOM pn: # [internal] part number - mpn: # manufacturer part number manufacturer: # manufacturer name + mpn: # manufacturer part number + supplier: # supplier name + spn: # supplier part number additional_components: # additional components - # additional component (see below) @@ -309,8 +313,10 @@ Parts can be added to a connector or cable in the section ` pn: # [internal] part number - mpn: # manufacturer part number manufacturer: # manufacturer name + mpn: # manufacturer part number + supplier: # supplier name + spn: # supplier part number ``` Alternatively items can be added to just the BOM by putting them in the section `` above. @@ -323,8 +329,10 @@ Alternatively items can be added to just the BOM by putting them in the section unit: designators: pn: # [internal] part number - mpn: # manufacturer part number manufacturer: # manufacturer name + mpn: # manufacturer part number + supplier: # supplier name + spn: # supplier part number ``` ## Colors @@ -402,6 +410,8 @@ The following attributes accept multiline strings: - `notes` - `manufacturer` - `mpn` +- `supplier` +- `spn` - `image.caption` ### Method 1