aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/ep.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/ep.json')
-rw-r--r--pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/ep.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/ep.json b/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/ep.json
new file mode 100644
index 0000000..10db4ef
--- /dev/null
+++ b/pkgs/webapps/etherpad-lite/modules/ep_immae_buttons/ep.json
@@ -0,0 +1,13 @@
1{
2 "parts": [
3 {
4 "name": "immae_buttons",
5 "hooks": {
6 "eejsBlock_editbarMenuLeft": "ep_immae_buttons/hooks:eejsBlock_editbarMenuLeft"
7 },
8 "client_hooks": {
9 "postAceInit": "ep_immae_buttons/static/js/main:postAceInit"
10 }
11 }
12 ]
13}