mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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,11 +9,11 @@ catalog = i18nCatalog("cura")
|
|||
|
||||
def getMetaData():
|
||||
return {
|
||||
"type": "backend",
|
||||
"plugin": {
|
||||
"name": "CuraEngine Backend",
|
||||
"author": "Ultimaker",
|
||||
"description": catalog.i18nc("CuraEngine backend plugin description", "Provides the link to the CuraEngine slicing backend")
|
||||
"description": catalog.i18nc("CuraEngine backend plugin description", "Provides the link to the CuraEngine slicing backend"),
|
||||
"api": 2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue