Moving the formatting buttons to a plugin.

This commit is contained in:
cohitre 2012-06-21 13:56:26 -07:00
parent e4ff4021ab
commit 103dc68e4d
7 changed files with 176 additions and 106 deletions

View 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"
}
}
]
}