Make references and values hidden by default

This commit is contained in:
Bán Dénes 2020-07-24 21:04:07 +02:00
parent 66f420d800
commit ad24f0a533
11 changed files with 24 additions and 23 deletions

View file

@ -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)
}