parent
2f362e6ad4
commit
a75122c95d
@ -5,6 +5,7 @@
|
|||||||
### New features
|
### New features
|
||||||
|
|
||||||
- Allow additional BOM items within components ([#50](https://github.com/formatc1702/WireViz/issues/50), [#115](https://github.com/formatc1702/WireViz/pull/115))
|
- Allow additional BOM items within components ([#50](https://github.com/formatc1702/WireViz/issues/50), [#115](https://github.com/formatc1702/WireViz/pull/115))
|
||||||
|
- Add option to define connector pin colors ([#53](https://github.com/formatc1702/WireViz/issues/53), [#141](https://github.com/formatc1702/WireViz/pull/141))
|
||||||
- Remove HTML links from the input attributes ([#164](https://github.com/formatc1702/WireViz/pull/164))
|
- Remove HTML links from the input attributes ([#164](https://github.com/formatc1702/WireViz/pull/164))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -56,6 +56,11 @@ additional_bom_items: # custom items to add to BOM
|
|||||||
pins: <List> # if omitted, is autofilled with [1, 2, ..., pincount]
|
pins: <List> # if omitted, is autofilled with [1, 2, ..., pincount]
|
||||||
pinlabels: <List> # if omitted, is autofilled with blanks
|
pinlabels: <List> # if omitted, is autofilled with blanks
|
||||||
|
|
||||||
|
# pin color marks (optional)
|
||||||
|
pincolors: <List> # list of colors to be assigned to the respective pins;
|
||||||
|
# if list length is lower than connector pinout,
|
||||||
|
# no color marks will be added to remaining pins
|
||||||
|
|
||||||
# rendering information (all optional)
|
# rendering information (all optional)
|
||||||
style: <style> # may be set to simple for single pin connectors
|
style: <style> # may be set to simple for single pin connectors
|
||||||
show_name: <bool> # defaults to true for regular connectors,
|
show_name: <bool> # defaults to true for regular connectors,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user