| You will need to edit this here : https://github.com/aerogear/mobile-developer-console/blob/master/ui/src/components/mobileservices/bindingPanelUtils.js#L60 The service bindings are provided from Openshift as jsonschema files to be consumed as angular forms. Since we aren't using angular I used the mozilla json schema forms component (https://github.com/mozilla-services/react-jsonschema-form). Unfortunately, it works differently from NG forms, but has hooks for controlling how things are displayed etc. This is one of those hooks. |