mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-12 16:10:04 +01:00
Make references and values hidden by default
This commit is contained in:
parent
66f420d800
commit
ad24f0a533
11 changed files with 24 additions and 23 deletions
|
|
@ -199,6 +199,7 @@ const footprint = exports._footprint = (config, name, points, point, net_indexer
|
|||
|
||||
// reference
|
||||
parsed_params.ref = component_indexer(parsed_params.param.class || '_')
|
||||
parsed_params.ref_hide = 'hide' // TODO: make this parametric?
|
||||
|
||||
return fp.body(parsed_params)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue