Updated the documentation

Included new options: highlight_empty and max_col_width
This commit is contained in:
SET 2020-08-11 12:45:28 -03:00
parent 2995270155
commit fe2f5d6c65
2 changed files with 9 additions and 0 deletions

View File

@ -403,6 +403,7 @@ Next time you need this list just use an alias, like this:
- `generate_dnf`: [boolean=true] Generate a separated section for DNF (Do Not Fit) components.
- `hide_pcb_info`: [boolean=false] Hide project information.
- `hide_stats_info`: [boolean=false] Hide statistics information.
- `highlight_empty`: [boolean=true] Use a color for empty cells. Applies only when `col_colors` is `true`.
- `logo`: [string|boolean] PNG file to use as logo, use false to remove.
- `style`: [string='modern-blue'] Page style. Internal styles: modern-blue, modern-green, modern-red and classic.
Or you can provide a CSS file name. Please use .css as file extension..
@ -432,7 +433,9 @@ Next time you need this list just use an alias, like this:
- `generate_dnf`: [boolean=true] Generate a separated sheet for DNF (Do Not Fit) components.
- `hide_pcb_info`: [boolean=false] Hide project information.
- `hide_stats_info`: [boolean=false] Hide statistics information.
- `highlight_empty`: [boolean=true] Use a color for empty cells. Applies only when `col_colors` is `true`.
- `logo`: [string|boolean] PNG file to use as logo, use false to remove.
- `max_col_width`: [number=60] [20,999] Maximum column width (characters).
- `style`: [string='modern-blue'] Head style: modern-blue, modern-green, modern-red and classic..
- `title`: [string='KiBot Bill of Materials'] BoM title.

View File

@ -114,6 +114,8 @@ outputs:
hide_pcb_info: false
# [boolean=false] Hide statistics information
hide_stats_info: false
# [boolean=true] Use a color for empty cells. Applies only when `col_colors` is `true`
highlight_empty: true
# [string|boolean] PNG file to use as logo, use false to remove
logo:
# [string='modern-blue'] Page style. Internal styles: modern-blue, modern-green, modern-red and classic.
@ -161,8 +163,12 @@ outputs:
hide_pcb_info: false
# [boolean=false] Hide statistics information
hide_stats_info: false
# [boolean=true] Use a color for empty cells. Applies only when `col_colors` is `true`
highlight_empty: true
# [string|boolean] PNG file to use as logo, use false to remove
logo:
# [number=60] [20,999] Maximum column width (characters)
max_col_width: 60
# [string='modern-blue'] Head style: modern-blue, modern-green, modern-red and classic.
style: 'modern-blue'
# [string='KiBot Bill of Materials'] BoM title