Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite hooking system to Json #194

Open
JKetelaar opened this issue Feb 23, 2017 · 2 comments
Open

Rewrite hooking system to Json #194

JKetelaar opened this issue Feb 23, 2017 · 2 comments

Comments

@JKetelaar
Copy link
Member

Currently we're using xml, it's quite outdated and hard to manage in systems.
Json will clear this view and have less content in the hook files.

Before rewriting we'll need a base template on how it will look like, then we can start creating this and implement it into the BDN.

@MaurerThomas
Copy link

@MaurerThomas
Copy link

MaurerThomas commented Mar 10, 2017

{
"injector":{
     "interfaces":{
      "add": [{ }]
     },
     "getters": {
      "add": [{ }]
     },
     "setters": {
       "add": [{ }]
     },
     "callbacks": {
       "add": [{ }]
     },
     "invokers": {
       "add": [{ }]
     }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants