Page MenuHomePhabricator

[Task] Allow to inject new datatypes in javascript
Closed, InvalidPublic

Description

Currently, there is quite some stuff hardcoded in the getStore.js files under repo/resources/{experts|formatters|parsers}/. I'm not sure why we have duplicated definitions of those datatypes in the javascript code at all while we could (perhaps?) just use the config variable. So we should either try to get rid of those special case handlings completely or allow extensions to hook into that mechanism.