eclipsesource / jsonforms

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
http://jsonforms.io
Other
2.22k stars 373 forks source link

Refactor "config" to be an actual config #2373

Open sdirix opened 2 months ago

sdirix commented 2 months ago

Is your feature request related to a problem? Please describe.

At the moment config is used as the default of all Ui Schema element options. However there are valid use cases where it should just serve as a configuration.

Describe the solution you'd like

Refactor the current usage of config to be defaultOptions within config

Describe alternatives you've considered

Package

Core, React Bindings, React Material Renderers, React Vanilla Renderers, Angular Bindings, Angular Material Renderers, Vue Bindings, Vue Vanilla Renderers, Vue Vuetify Renderers

Additional context

No response