major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
For example, the `customizations` configuration option of `tl:DeclarativeFormBuilder` can be used to define option providers for properties specifically tailored to the particular form.
These option providers should be able to access additional contextual information.
- The current component (and, through it, the underlying business model of the form): the COMPONENT property in tl:DeclarativeFormBuilder.
- The root object of the technical form model (the outermost configuration instance)—important if the form model consists of nested configurations and these are not linked to their environment via `tl:ConfigPart`: Property `FORM_MODEL ` in `tl:DeclarativeFormBuilder`.
- Another user-defined context object that can be configured via a component channel reference: Property CONTEXT in tl:DeclarativeFormBuilder.
Test
No test; partially used in #25348