From 735a3379c508a9fed2af68d41d1204d6a31061db Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 11 Jan 2016 04:26:42 +0100 Subject: First working version --- ep.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ep.json') 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" } } ] -- cgit v1.2.3-1-g7c22