summaryrefslogtreecommitdiffstats
path: root/ep.json
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-11 04:26:42 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-11 04:26:42 +0100
commit735a3379c508a9fed2af68d41d1204d6a31061db (patch)
tree00592723f76e15dfee1e7f057ab2bcd033bc4447 /ep.json
parent33b97da914105927bc5800224b9bab0ad1d312c6 (diff)
downloadep_headline_buttons-master.tar.gz
ep_headline_buttons-master.tar.bz2
ep_headline_buttons-master.zip
First working versionHEADmaster
Diffstat (limited to 'ep.json')
-rw-r--r--ep.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/ep.json b/ep.json
index 5249002..acbbf09 100644
--- a/ep.json
+++ b/ep.json
@@ -4,13 +4,17 @@
"name": "main",
"client_hooks": {
"aceEditorCSS": "ep_headline_buttons/static/js/index",
- "collectContentPre": "ep_headline_buttons/static/js/shared"
+ "aceInitialized": "ep_headline_buttons/static/js/index",
+ "postAceInit": "ep_headline_buttons/static/js/index",
+ "collectContentPre": "ep_headline_buttons/static/js/index",
+ "aceRegisterBlockElements": "ep_headline_buttons/static/js/index",
+ "aceDomLineProcessLineAttributes": "ep_headline_buttons/static/js/index",
+ "aceAttribsToClasses": "ep_headline_buttons/static/js/index"
},
"hooks": {
"eejsBlock_styles": "ep_headline_buttons/index",
"eejsBlock_editbarMenuLeft": "ep_headline_buttons/index",
- "collectContentPre": "ep_headline_buttons/static/js/shared",
- "collectContentPost": "ep_headline_buttons/static/js/shared"
+ "getLineHTMLForExport": "ep_headline_buttons/index"
}
}
]