UNPKG
ep_med
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Adds Mathematical equation editor to etherpad-lite
ep_med
/
ep.json
15 lines
(12 loc)
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"parts"
:
[
{
"name"
:
"med"
,
"hooks"
:
{
"eejsBlock_editbarMenuLeft"
:
"ep_med/static/js/med:eejsBlock_editbarMenuLeft"
}
,
"client_hooks"
:
{
"postAceInit"
:
"ep_med/static/js/med:postAceInit"
}
}
]
}