mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
29 lines
706 B
JSON
29 lines
706 B
JSON
{
|
|
"name": "test-plugin",
|
|
"description" : "A custom class connector",
|
|
"keywords" : ["connector"],
|
|
"authors" : [
|
|
{
|
|
"name" : "Author name",
|
|
"homepage" : "http://example.com",
|
|
"email" : "email@example.com"
|
|
}
|
|
],
|
|
"homepage" : "http://example.com/project/example",
|
|
"license" : "MIT",
|
|
"version" : "0.1",
|
|
"minimum-phraseanet-version": "3.8",
|
|
"maximum-phraseanet-version": "4.2",
|
|
"twig-paths": ["views", "twig-views"],
|
|
"services" : [
|
|
{
|
|
"class": "Vendor\\PluginService"
|
|
}
|
|
],
|
|
"commands" : [
|
|
{
|
|
"class": "Vendor\\CustomCommand"
|
|
}
|
|
]
|
|
}
|