summaryrefslogtreecommitdiffstats
path: root/ep.json
blob: acbbf09fdd97bdf91fdb422aff6d6ea35934c6a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "parts": [
    {
      "name": "main",
      "client_hooks": {
        "aceEditorCSS": "ep_headline_buttons/static/js/index",
        "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",
        "getLineHTMLForExport": "ep_headline_buttons/index"
      }
    }
  ]
}