X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=flakes%2Fetherpad-lite%2Fmodules%2Fep_immae_buttons%2Fep.json;h=10db4ef3341d59ff2d25629c5c026412004c85c0;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/flakes/etherpad-lite/modules/ep_immae_buttons/ep.json b/flakes/etherpad-lite/modules/ep_immae_buttons/ep.json new file mode 100644 index 0000000..10db4ef --- /dev/null +++ b/flakes/etherpad-lite/modules/ep_immae_buttons/ep.json @@ -0,0 +1,13 @@ +{ + "parts": [ + { + "name": "immae_buttons", + "hooks": { + "eejsBlock_editbarMenuLeft": "ep_immae_buttons/hooks:eejsBlock_editbarMenuLeft" + }, + "client_hooks": { + "postAceInit": "ep_immae_buttons/static/js/main:postAceInit" + } + } + ] +}