testmetadata.json 507 B

123456789101112131415161718192021
  1. {
  2. "KPlugin": {
  3. "Authors": [
  4. {
  5. "Name": "Aleix Pol"
  6. }
  7. ],
  8. "Description": "Test stuff.",
  9. "Icon": "kdevelop",
  10. "License": "GPL",
  11. "Name": "Test"
  12. },
  13. "X-Plasma-MainScript": "ui/main.qml",
  14. "X-Purpose-PluginTypes": [ "Export" ],
  15. "SomeInt" : 42,
  16. "SomeIntAsString" : "42",
  17. "SomeStringNotAInt" : "not-a-string",
  18. "SomeBool" : true,
  19. "SomeBoolAsString" : "true",
  20. "SomeBoolThatIsFalse": false
  21. }