mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-12 18:21:32 -04:00
Moving the formatting buttons to a plugin.
This commit is contained in:
parent
4195e11a41
commit
5328871ba6
7 changed files with 176 additions and 106 deletions
13
available_plugins/ep_formatting/ep.json
Normal file
13
available_plugins/ep_formatting/ep.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"parts": [
|
||||
{
|
||||
"name": "basic-formatting",
|
||||
"client_hooks": {
|
||||
"postAceInit": "ep_formatting/static/js/toolbarButtons:postAceInit"
|
||||
},
|
||||
"hooks": {
|
||||
"eejsBlock_editbarMenuLeft": "ep_formatting/plugin:eejsBlock_editbarMenuLeft"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue