| 123456789101112131415161718192021 |
- {
- "KPlugin": {
- "Authors": [
- {
- "Name": "Aleix Pol"
- }
- ],
- "Description": "Test stuff.",
- "Icon": "kdevelop",
- "License": "GPL",
- "Name": "Test"
- },
- "X-Plasma-MainScript": "ui/main.qml",
- "X-Purpose-PluginTypes": [ "Export" ],
- "SomeInt" : 42,
- "SomeIntAsString" : "42",
- "SomeStringNotAInt" : "not-a-string",
- "SomeBool" : true,
- "SomeBoolAsString" : "true",
- "SomeBoolThatIsFalse": false
- }
|