-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmetadata_source.json
More file actions
41 lines (40 loc) · 1.65 KB
/
metadata_source.json
File metadata and controls
41 lines (40 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Save/Restore Layout",
"description": "The plugin can save and restore partial layout of footprints from one hierarchical sheet",
"description_full": "This plugin implements footprint modules or snippets feature. The plugin saves partial layout corresponding to footprints from one hirearchical sheet so that it can be restored in other projects. All projects have to use the same hierarchical sheet schematics. If the schematics has been edited, the plugin will refuse to restore the layout. So in projects where you need to change the schematics slightly, first restore the layout and then change the schematics.",
"identifier": "com.github.MitjaNemec.SaveRestoreLayout",
"type": "plugin",
"author": {
"name": "Mitja Nemec",
"contact": {
"github": "https://github.com/MitjaNemec"
}
},
"license": "GPL-2.0",
"resources": {
"homepage": "https://github.com/MitjaNemec/SaveRestoreLayout"
},
"tags": [
"pcbnew",
"footprints",
"arrange"
],
"versions": [
{
"version": "VERSION",
"status": "stable",
"kicad_version": "9.0",
"kicad_version_max": "9.1",
"download_url": "https://github.com/MitjaNemec/SaveRestoreLayout/releases/download/VERSION/SaveRestoreLayout-VERSION-pcm.zip",
"download_sha256": "SHA256",
"download_size": DOWNLOAD_SIZE,
"install_size": INSTALL_SIZE,
"platforms": [
"linux",
"macos",
"windows"
]
}
]
}