Warning, /graphics/glaxnimate/data/plugins/Hello/plugin.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "Hello World Plugin",
0003     "description": "Shows a greeting",
0004     "author": "Glax",
0005     "engine": "python",
0006     "services": [
0007         {
0008             "type": "action",
0009             "label": "Hello world",
0010             "tooltip": "Does nothing useful",
0011             "script": {
0012                 "module": "hello_world",
0013                 "function": "main",
0014                 "settings": [
0015                     {
0016                         "name": "greeting",
0017                         "label": "Type a greeting:",
0018                         "type": "string",
0019                         "default": "Hello World"
0020                     }
0021                 ]
0022             }
0023         }
0024     ]
0025 }