mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 13:49:14 -04:00
Added a simple test plugin that doesn't do much
This commit is contained in:
parent
168f481980
commit
30b018833c
5 changed files with 64 additions and 0 deletions
32
available_plugins/pluginomatic_fintest/pluginomatic.json
Normal file
32
available_plugins/pluginomatic_fintest/pluginomatic.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parts": [
|
||||
{
|
||||
"name": "somepart",
|
||||
"pre": [],
|
||||
"post": ["pluginomatic_onemoreplugin/partone"]
|
||||
},
|
||||
{
|
||||
"name": "partlast",
|
||||
"pre": ["pluginomatic_fintest/otherpart"],
|
||||
"post": [],
|
||||
"hooks": {
|
||||
"somehookname": "pluginomatic_fintest/partlast:somehook"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "partfirst",
|
||||
"pre": [],
|
||||
"post": ["pluginomatic_onemoreplugin/somepart"]
|
||||
},
|
||||
{
|
||||
"name": "otherpart",
|
||||
"pre": ["pluginomatic_fintest/somepart", "pluginomatic_otherplugin/main"],
|
||||
"post": [],
|
||||
"hooks": {
|
||||
"somehookname": "pluginomatic_fintest/otherpart:somehook",
|
||||
"morehook": "pluginomatic_fintest/otherpart:morehook",
|
||||
"expressServer": "pluginomatic_fintest/otherpart:expressServer"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue