mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 13:59:35 +00:00
Add configurable KiCad field export for part parameters
Add a kicad_export checkbox to parameters, allowing users to control which specifications appear as fields in the KiCad HTTP library API. Parameters with kicad_export enabled are included using their formatted value, without overwriting hardcoded fields like description or Stock.
This commit is contained in:
parent
44c5d9d727
commit
9178154986
8 changed files with 174 additions and 0 deletions
|
|
@ -642,6 +642,12 @@ Sub elements will be moved upwards.</target>
|
|||
<target>Group</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="kicadExportHelp" name="specifications.kicad_export.help">
|
||||
<segment state="translated">
|
||||
<source>specifications.kicad_export.help</source>
|
||||
<target>Export this parameter as a KiCad field</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="XclPxI9" name="specification.create">
|
||||
<segment state="translated">
|
||||
<source>specification.create</source>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue