App Configuration Service - Array Support

0
Dear community, I am using the App Configuration Service to create my own simple UI for configuring my custom application. As it is based on JSON Schema I am wondering if Arrays are supported. Could you please give me some hints how I can achieve this. Thanks in advance
asked
3 answers
0

Yes arrays are supported.

For generating configuration UI using JSON Forms I usually use this side here: https://jsonforms-editor.netlify.app/

In this editor you can generate your JSON Schema and UI Schema and as well have directly a preview option. For preview there are two kind of renderers. REACT and Angular. In Edge we are using the Angular one. When using the different previews you will realize that REACT and Angular in some cases behave differently. One example is when having an Array. Your UI is as expected rendered in REACT but not in Angular.

When using Angular you need to additional provide a layout when using arrays and inserting the elements to it. Which for REACT the layout is not required.

 

answered
0

hi both, I am working on a project to use JSONForms within a Mendix application, whereby JSONForms drives the UI shown in Mendix.

Did you manage to achieve this? 

answered
0

Hello Elliot,

we are using JSON forms for configuring our Industrial Edge Applications.

Those apps are not Mendix based, so we did not use it within Mendix Applications.

answered