eclipsesource / eclipsesource/jsonforms
Move `detail` of layout elements into the root element
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 424
- Avg merge
- 17d 8h
- Merged PRs (30d)
- 1
Description
### Is your feature request related to a problem? Please describe.
`detail` is part of the options, however it usually does not make sense to have a default option for a `detail`. It's therefore rather misplaced.
### Describe the solution you'd like
Move `detail` from layout / array controls into the element itself instead of within the `options`. This can be checked in a backward compatible manner.
### Describe alternatives you've considered
Do not change it as it does not block any actual use case.
### Package
Core, React Material Renderers, React Vanilla Renderers, Angular Material Renderers, Vue Vanilla Renderers, Vue Vuetify Renderers
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.