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