This website requires JavaScript.
Explore
Help
Register
Sign In
fuwafuwa
/
etherpad-lite
Watch
1
Star
0
Fork
You've already forked etherpad-lite
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1f2b52ba5a
etherpad-lite
/
pluginomatic.json
9 lines
117 B
JSON
Raw
Normal View
History
Unescape
Escape
Added a fake plugin __builtin__ for builtin functionality
2012-02-24 20:21:52 +01:00
{
"parts"
:
[
{
"name"
:
"__builtin__"
,
Builtin 'plugin' now works
2012-02-24 20:29:14 +01:00
"hooks"
:
{
"expressServer"
:
"../test:expressServer"
}
Added a fake plugin __builtin__ for builtin functionality
2012-02-24 20:21:52 +01:00
}
]
}