Warning, /sdk/codevis/plugins/python_template_plugin/metadata.json is written in an unsupported language. File is not indexed.

0001 {
0002   "KPlugin": {
0003      "Name": "PLUGIN NAME",
0004      "Description": "PLUGIN DESCRIPTION",
0005      "Icon": "none",
0006      "Authors": [ { "Name": "YOUR NAME", "Email": "YOUR EMAIL" } ],
0007      "Category": "Codevis Plugins",
0008      "EnabledByDefault": true,
0009      "License": "Apache-2.0",
0010      "Id": "SOME_UNIQUE_PLUGIN_ID",
0011      "Version": "1.0",
0012      "Website": "https://www.this_plugin_website.com"
0013   }
0014 }