feat(plugins): redesign plugin manager
This commit is contained in:
parent
d80637cda7
commit
4e25e88c31
11 changed files with 741 additions and 74 deletions
|
|
@ -5,9 +5,10 @@ version = "0.1.0"
|
|||
description = "Short description of what this add-on does"
|
||||
author = "Your Name"
|
||||
license = "GPL-3.0-only"
|
||||
repository = "your-account/your-plugin-repo"
|
||||
|
||||
[opencad]
|
||||
api_version = 3
|
||||
ribbon_order = 60
|
||||
command_prefixes = ["MP_"]
|
||||
xdata_apps = ["MYPLUGIN_RECORD"]
|
||||
xdata_apps = ["MYPLUGIN_RECORD"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue