mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Update all plugin metadata to specify API version
This commit is contained in:
parent
b96b069c21
commit
a7780d9e42
3 changed files with 4 additions and 5 deletions
|
@ -9,12 +9,12 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
def getMetaData():
|
||||
return {
|
||||
"type": "view",
|
||||
"plugin": {
|
||||
"name": "Layer View",
|
||||
"author": "Ultimaker",
|
||||
"version": "1.0",
|
||||
"description": catalog.i18nc("Layer View plugin description", "Provides the Layer view.")
|
||||
"description": catalog.i18nc("Layer View plugin description", "Provides the Layer view."),
|
||||
"api": 2
|
||||
},
|
||||
"view": {
|
||||
"name": catalog.i18nc("Layers View mode", "Layers"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue