mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-13 18:11:29 +01:00
Forgot the plugin example of options
This commit is contained in:
12
plugins/example-options-plugin.json
Normal file
12
plugins/example-options-plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"enabled": 1,
|
||||
"name": "Example Options Plugin",
|
||||
"description": "This is just an example of a Plugin for MyAAC.",
|
||||
"version": "1.0",
|
||||
"author": "nobody",
|
||||
"contact": "nobody@example.org",
|
||||
"require": {
|
||||
"myaac": "0.8.0"
|
||||
},
|
||||
"options": "plugins/example-options-plugin/options.php"
|
||||
}
|
||||
Reference in New Issue
Block a user