mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 17:22:00 -04:00
Moving the formatting buttons to a plugin.
This commit is contained in:
parent
e4ff4021ab
commit
103dc68e4d
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