Skip to content

Commit

Permalink
[DOCs][Updated] cases where fixed list len was applied
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 8, 2024
1 parent 1fdbb46 commit 838ad83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/samples/generic_plot.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ outputs:
expand_text_vars: true
# [string='config'] {no_case} Field name used for internal filters (not for variants)
fit_field: 'config'
# [string|list(string)='no,yes'] {comma_sep} Values for the `Footprint Populate` column
# [string|list(string)='no,yes'] {comma_sep} {L:2} Values for the `Footprint Populate` column
footprint_populate_values: 'no,yes'
# [string|list(string)='SMD,THT,VIRTUAL'] {comma_sep} Values for the `Footprint Type` column
# [string|list(string)='SMD,THT,VIRTUAL'] {comma_sep} {L:3} Values for the `Footprint Type` column
footprint_type_values: 'SMD,THT,VIRTUAL'
# [string='Auto'] [HTML,CSV,TXT,TSV,XML,XLSX,HRTXT,Auto] format for the BoM.
# `Auto` defaults to CSV or a guess according to the options.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/configuration/outputs/bom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ Parameters:
If you need to customize the filter, or apply it before, you can disable this option and
add a custom filter to the filter chain.
- ``fit_field`` :index:`: <pair: output - bom - options; fit_field>` [:ref:`string <string>`] (default: ``'config'``) [:ref:`case insensitive <no_case>`]Field name used for internal filters (not for variants).
- ``footprint_populate_values`` :index:`: <pair: output - bom - options; footprint_populate_values>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'no,yes'``) [:ref:`comma separated <comma_sep>`] Values for the `Footprint Populate` column.
- ``footprint_populate_values`` :index:`: <pair: output - bom - options; footprint_populate_values>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'no,yes'``) [:ref:`comma separated <comma_sep>`] (must contain 2 elements) Values for the `Footprint Populate` column.

- ``footprint_type_values`` :index:`: <pair: output - bom - options; footprint_type_values>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'SMD,THT,VIRTUAL'``) [:ref:`comma separated <comma_sep>`] Values for the `Footprint Type` column.
- ``footprint_type_values`` :index:`: <pair: output - bom - options; footprint_type_values>` [:ref:`string <string>` | :ref:`list(string) <list(string)>`] (default: ``'SMD,THT,VIRTUAL'``) [:ref:`comma separated <comma_sep>`] (must contain 3 elements) Values for the `Footprint Type` column.

- ``group_connectors`` :index:`: <pair: output - bom - options; group_connectors>` [:ref:`boolean <boolean>`] (default: ``true``) Connectors with the same footprints will be grouped together, independent of the name of the connector.
- ``group_fields_fallbacks`` :index:`: <pair: output - bom - options; group_fields_fallbacks>` [:ref:`list(string) <list(string)>`] (default: ``[]``) [:ref:`case insensitive <no_case>`]List of fields to be used when the fields in `group_fields` are empty.
Expand Down

0 comments on commit 838ad83

Please sign in to comment.