mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"name": "test-plugin",
|
|
"description" : "A custom class connector",
|
|
"authors" : {
|
|
"name" : "Author name",
|
|
"homepage" : "http://example.com",
|
|
"email" : "email@example.com"
|
|
},
|
|
"services" : {
|
|
"class": "Vendor\\PluginService"
|
|
}
|
|
}
|