Skip to content

Instantly share code, notes, and snippets.

@romainneutron
Created May 29, 2013 12:50
Show Gist options
  • Save romainneutron/5670037 to your computer and use it in GitHub Desktop.
Save romainneutron/5670037 to your computer and use it in GitHub Desktop.
Phraseanet plugins manifest.json
{
"name": "Class Connector",
"description" : "A custom class connector",
"keywords" : ["connector"],
"author" : {
"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",
"services" : [
{
"class": "Vendor\\ClassNamePluginServiceInterface"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment