myaac/plugins/example-settings-plugin.json
2020-06-09 01:43:07 +02:00

13 lines
293 B
JSON

{
"enabled": 1,
"name": "Example Settings Plugin",
"description": "This is just an example of a Plugin for MyAAC.",
"version": "1.0",
"author": "nobody",
"contact": "nobody@example.org",
"require": {
"myaac": "0.9.0"
},
"settings": "plugins/example-settings-plugin/settings.php"
}